rutile-game/assets/ui/main_ui.rml

17 lines
326 B
Text
Raw Permalink Normal View History

2026-05-10 23:23:40 +02:00
<rml>
<head>
<link type="text/rcss" href="base.rcss"/>
<style>
body {
font-family: LatoLatin;
font-size: 20dp;
color: white;
background-color: #330033;
}
</style>
</head>
<body>
<p>Meow!</p>
</body>
</rml>