ran a formatter on all the files for tab consistency
This commit is contained in:
@@ -42,4 +42,4 @@ p {
|
||||
|
||||
.menu-btn:hover {
|
||||
background-color: #4a7eb5;
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user