[WIP] Començant en el forat negre

This commit is contained in:
2026-03-29 21:33:54 +02:00
parent 8d84cdbda1
commit 2986f69e2c
5 changed files with 21 additions and 5 deletions

View File

@@ -23,6 +23,8 @@ local view_checking_tile = false
viewp = viewport.new(arcade_config.resolucion.width, arcade_config.resolucion.height)
viewp:position(0,0)
local warp_rot = 0
actors={}
function game_init(menu)
@@ -223,6 +225,13 @@ function update_game()
score.draw()
-- Proves de warp
surf.source(warp)
-- draw.surf(0,0,32,32,0,0)
draw.surfrot(0,0,32,32,0,0,warp_rot)
warp_rot=warp_rot+5
if warp_rot>=360 then warp_rot=0 end
fps_print()
-- viewp:print()
-- msg_print(0,14,"ABAD= "..abad.x..", "..abad.y, true)