Main, pause, options, and in-game menu systems wired up; ready for gameplay

This commit is contained in:
2026-08-24 22:49:16 -05:00
parent 4dacb370a6
commit 0fe31615c5
12 changed files with 327 additions and 88 deletions

11
assets/game-ui.rml Normal file
View File

@@ -0,0 +1,11 @@
<rml>
<head>
<title>game_ui</title>
<link type="text/rcss" href="globals.rcss" />
</head>
<body data-model="game_data">
<h1>Hello from RmlUi!</h1>
</body>
</rml>