File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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; ">
You can’t perform that action at this time.
0 commit comments