adjust jump + gravity
This commit is contained in:
parent
80490976bb
commit
db63ef5755
|
@ -34,8 +34,8 @@ do
|
|||
end
|
||||
|
||||
function sol(x,y) return solids[mget(x//8,y//8)] end
|
||||
g = .3
|
||||
j = -4
|
||||
g = .15
|
||||
j = -3.1
|
||||
|
||||
anis={
|
||||
idle={257,257,258,258,259,259,260,260},
|
||||
|
|
Loading…
Reference in a new issue