starting game planning

This commit is contained in:
2026-08-23 22:37:40 -05:00
parent 9308f9d7da
commit 194eef56ab
10 changed files with 77 additions and 23 deletions

View File

@@ -2,6 +2,8 @@ body {
font-family: rmlui-debugger-font;
font-size: 16px;
color: white;
width: 100vw;
height: 100vh;
}
#panel {
@@ -24,7 +26,11 @@ p {
margin-bottom: 15px;
}
#start-btn {
.hidden {
display: none;
}
.menu-btn {
display: block;
width: 100px;
padding: 8px;
@@ -34,6 +40,6 @@ p {
border: 1px #5a8ec5;
}
#start-btn:hover {
.menu-btn:hover {
background-color: #4a7eb5;
}

View File

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