- Passat a mini v1.3.6

This commit is contained in:
2025-10-30 12:39:44 +01:00
parent 5fef769534
commit a5d097aa50
26 changed files with 396 additions and 399 deletions

View File

@@ -6,7 +6,7 @@ function bol.init()
end
function bol.draw()
blit(112,88,16,8,bol.x,bol.y,16,8)
draw.surf(112,88,16,8,bol.x,bol.y,16,8)
end
function bol.update()