Added raylib+rmlui template
This commit is contained in:
13
assets/main.rml
Normal file
13
assets/main.rml
Normal file
@@ -0,0 +1,13 @@
|
||||
<rml>
|
||||
<head>
|
||||
<title>gamejam</title>
|
||||
<link type="text/rcss" href="main.rcss"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="panel">
|
||||
<h1>gamejam</h1>
|
||||
<p>RmlUi + raylib scaffold is alive.</p>
|
||||
<button id="start-btn">Start</button>
|
||||
</div>
|
||||
</body>
|
||||
</rml>
|
||||
Reference in New Issue
Block a user