Implement UIs using RmlUi
This commit is contained in:
parent
8039b1276e
commit
7f37be386d
27 changed files with 1457 additions and 42 deletions
16
assets/ui/main_ui.rml
Normal file
16
assets/ui/main_ui.rml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue