[WIP] Començant en el forat negre
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user