[WIP] Treballant en el jefe. Super al 50%

This commit is contained in:
2026-04-11 23:22:50 +02:00
parent 2af80b121f
commit 91db8e40be
4 changed files with 152 additions and 44 deletions

View File

@@ -1,4 +1,6 @@
score={}
score={
bar_meter = nil
}
local gorro_img_x = 10*16 -- col
local gorro_img_y = 11*16 -- row
@@ -76,11 +78,11 @@ function score.create()
surf.cls(0)
score.avatar()
score.bar_meter=bar_meter.new(0,2,51,10,1,1,abad)
-- score.border()
-- score.jailgames()
score.life_meter()
-- score.life_meter()
surf.target(0)
end
@@ -90,7 +92,8 @@ function score.draw()
surf.target(score.surf)
surf.cls(0)
score.avatar()
score.life_meter()
-- score.life_meter()
score.bar_meter:draw()
surf.target(0)
surf.source(score.surf)