File tree Expand file tree Collapse file tree
utils-helpers/oshwdem-maze-generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ <h1 class="title text-center">OSHWDem Maze Generator</h1>
230230 < label for ="finish-mode " class ="text-dark "> Posición de Meta</ label >
231231 < select id ="finish-mode " class ="form-control ">
232232 < option value ="middle "> Centro</ option >
233- < option value ="corner "> Esquina Superior Izquierda </ option >
233+ < option value ="corner "> Esquina Superior Derecha </ option >
234234 < option value ="fixed16 "> Posición Estándar</ option >
235235 </ select >
236236 </ div >
@@ -703,7 +703,7 @@ <h4 class="title">Maze ASCII</h4>
703703 break ;
704704 case "fixed16" :
705705 finish_top_left_column = 8 ;
706- finish_top_left_row = 8 ;
706+ finish_top_left_row = rows - 8 ;
707707 finish_bottom_right_row = finish_top_left_row + 1 ;
708708 finish_bottom_right_column = finish_top_left_column + 1 ;
709709 break ;
You can’t perform that action at this time.
0 commit comments