[NEW] Transformada la pantalla de game over a estat (canvia dead.lua per game_over.lua)

[FIX] Centrat en la pantalla de les opcions del títol
This commit is contained in:
2026-05-24 13:34:15 +02:00
parent 995e021c10
commit d4b45df65f
5 changed files with 61 additions and 52 deletions
+2 -2
View File
@@ -143,8 +143,8 @@ end
function title_menu_draw()
draw_shiny_rect(56,120+(20*menu_sel)-4,146,18,14,15)
arc_text("JUGAR", 108, 120, 14)
arc_text("OPCIONS", 102, 140, 14)
arc_text("JUGAR", 111, 120, 14)
arc_text("OPCIONS", 104, 140, 14)
end
function title_menu_update()