starting game planning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user