DX: lleva el HUD a la pantalla de titol i baixa el text una linia
This commit is contained in:
+1
-3
@@ -620,10 +620,8 @@ function update_title()
|
|||||||
if not fade_actiu() and flr(cnt() / 30) % 2 == 0 then
|
if not fade_actiu() and flr(cnt() / 30) % 2 == 0 then
|
||||||
color(COLOR_WHITE, colors.bg)
|
color(COLOR_WHITE, colors.bg)
|
||||||
local t = textos.title_press_play
|
local t = textos.title_press_play
|
||||||
print(t, flr((40 - strlen(t)) / 2), 22)
|
print(t, flr((40 - strlen(t)) / 2), 23)
|
||||||
end
|
end
|
||||||
|
|
||||||
pintar_hud()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- ----- GAME OVER -----
|
-- ----- GAME OVER -----
|
||||||
|
|||||||
Reference in New Issue
Block a user