- Peu de Paco implemented

- GPS implemented
- Object system working
- minor changes to batman and gorro
This commit is contained in:
2022-10-27 19:49:14 +02:00
parent 814346d3a3
commit 5587c3bd72
6 changed files with 86 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ function batman.init()
batman.hit=batman.hit
batman.update=batman.update_normal
batman.draw=batman.draw
local habs={5,46,36,39}
batman.hab=habs[1+rnd(4)]
local habs={5,9,46,36,39}
batman.hab=habs[1+rnd(#habs)]
end
function batman.draw()