[Fix] Arreglos menors. Jugable

This commit is contained in:
2026-05-01 23:57:21 +02:00
parent 40c874ec57
commit b7c84163a0
5 changed files with 7 additions and 7 deletions

View File

@@ -88,7 +88,7 @@ function mini.init()
logo_config(font_sf)
surf.target(0)
surf.cls(16)
flow:executar("game")
flow:executar("logo")
end
function mini.update()
@@ -107,7 +107,7 @@ function mini.update()
-- Pausa per a que vaja be en mini 1.5.1
-- local t0 = os.clock()
-- while os.clock()-t0<0.01 do end
draw.text(sys.fps(),0,15,2)
-- draw.text(sys.fps(),0,15,2)
end
function mini.close()