- Canvis per a adaptar el codi a mini v0.9.95

This commit is contained in:
2024-02-15 13:54:34 +01:00
parent 00423dfd73
commit d5a886987d
7 changed files with 29 additions and 29 deletions

View File

@@ -110,10 +110,10 @@ balloon={
if balloon.pos<0 then
if balloon.obj then
setsource(objectes)
sspr(balloon.obj.x,balloon.obj.y,16,16,balloon.rect.x+balloon.rect.w-28,balloon.rect.y+10)
blit(balloon.obj.x,balloon.obj.y,16,16,balloon.rect.x+balloon.rect.w-28,balloon.rect.y+10)
end
local col=8
if flr(time()*4)%2==0 then col=10 end
if math.floor(time()*4)%2==0 then col=10 end
local x,y=balloon.rect.x+balloon.rect.w-8, balloon.rect.y+balloon.rect.h-6
line(x,y,x+4,y,col)
line(x+1,y+1,x+3,y+1,col)