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