DX: lleva el HUD a la pantalla de titol i baixa el text una linia

This commit is contained in:
2026-05-15 21:21:09 +02:00
parent aba2acbdf3
commit 246b9cc687
+1 -3
View File
@@ -620,10 +620,8 @@ function update_title()
if not fade_actiu() and flr(cnt() / 30) % 2 == 0 then
color(COLOR_WHITE, colors.bg)
local t = textos.title_press_play
print(t, flr((40 - strlen(t)) / 2), 22)
print(t, flr((40 - strlen(t)) / 2), 23)
end
pintar_hud()
end
-- ----- GAME OVER -----