Skip to content

Commit df3e6ec

Browse files
authored
Robots System
Robots System
2 parents 36fc9f4 + 9810bda commit df3e6ec

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/robots/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,17 @@ <h2 class="text-xl font-semibold mb-4">Controls</h2>
306306
Load Level
307307
</button>
308308
</div>
309-
<div class="col-span-2">
310-
<button id="loadButton" class="w-full h-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-lg transition-colors flex flex-col items-center justify-center">
309+
<div class="col-span-2 flex flex-col gap-2">
310+
<!-- Top Half: Load File -->
311+
<button id="loadButton" class="w-full flex-1 bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-lg transition-colors flex flex-col items-center justify-center">
311312
<span>Load Labyrinth</span>
312-
<span class="text-xs font-normal opacity-75">(from File)</span>
313313
</button>
314+
315+
<!-- Bottom Half: Open Editor -->
316+
<a href="editor5.html" target="_blank" class="w-full flex-1 bg-slate-600 hover:bg-slate-700 text-white font-bold py-2 px-4 rounded-lg transition-colors flex flex-col items-center justify-center text-center no-underline">
317+
<span>Level Editor</span>
318+
</a>
319+
</div>
314320
</div>
315321
</div>
316322
<input type="file" id="fileInput" accept="application/json" style="display: none;">

0 commit comments

Comments
 (0)