[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:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user