[WIP] Treballant en el jefe. Super al 50%
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user