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

15
assets/options-menu.rml Normal file
View File

@@ -0,0 +1,15 @@
<rml>
<head>
<title>options_menu</title>
<link type="text/rcss" href="globals.rcss" />
<link type="text/rcss" href="main-menu.rcss" />
</head>
<body data-model="game_data">
<div id="start_menu">
<h1>Options</h1>
<button class="menu-btn" id="back-btn" data-event-click="go_back">Done</button>
</div>
</body>
</rml>