ran a formatter on all the files for tab consistency

This commit is contained in:
2026-08-24 09:06:57 -05:00
parent 194eef56ab
commit 4dacb370a6
15 changed files with 284 additions and 221 deletions

View File

@@ -1,13 +1,15 @@
<rml>
<head>
<title>gamejam</title>
<link type="text/rcss" href="main.rcss"/>
</head>
<body>
<div id="start_menu">
<h1>gamejam</h1>
<p>RmlUi + raylib scaffold is alive.</p>
<button id="start-btn">Start</button>
</div>
</body>
</rml>
<head>
<title>gamejam</title>
<link type="text/rcss" href="main.rcss" />
</head>
<body>
<div id="start_menu">
<h1>gamejam</h1>
<p>RmlUi + raylib scaffold is alive.</p>
<button id="start-btn">Start</button>
</div>
</body>
</rml>