2 Commits

Author SHA1 Message Date
5c3e01d3e4 Batman position gets reseted on new game 2023-01-21 17:22:37 +01:00
9a4f41541f - Ignore binaries in folder 2023-01-21 14:32:08 +01:00
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@
release/*
*.exe
*.dll
mini
mini_debug

View File

@@ -6,6 +6,8 @@ function batman.init()
batman.draw=batman.draw
local habs={5,9,46,36,18}
batman.hab=habs[1+rnd(#habs)]
batman.x=24
batman.y=24
end
function batman.draw()