Files
rmlui-raylib-backend/assets/main.rml
2026-08-30 18:45:07 -05:00

12 lines
348 B
Plaintext

<rml>
<head>
<title>RmlUi Raylib</title>
<link type="text/rcss" href="main.rcss" />
</head>
<body>
<h1>Hello from RmlUi</h1>
<div style="position:absolute; top: 0; left: 0; width: 200px; height: 100px; background-color: rgba(255, 0, 0, 128); transform: rotate(15deg) translate(50px,0) scale(0.8)">
</div>
</body>
</rml>