switch to 60fps
easier to build for 60fps and switch to double frame counts if I can't meet it than to build for 30 and switch to 60. I think
This commit is contained in:
parent
7155b71f03
commit
ecae50a495
@ -264,7 +264,7 @@ function _init()
|
|||||||
mainview = newtitle()
|
mainview = newtitle()
|
||||||
end
|
end
|
||||||
|
|
||||||
function _update()
|
function _update60()
|
||||||
mainview:update()
|
mainview:update()
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -302,7 +302,7 @@ end
|
|||||||
spring = {
|
spring = {
|
||||||
from = 128,
|
from = 128,
|
||||||
to = 0,
|
to = 0,
|
||||||
frames=60,
|
frames=120,
|
||||||
f = 0,
|
f = 0,
|
||||||
}
|
}
|
||||||
mknew(spring)
|
mknew(spring)
|
||||||
@ -326,7 +326,7 @@ end
|
|||||||
scoot = {
|
scoot = {
|
||||||
from=0,
|
from=0,
|
||||||
to=-128,
|
to=-128,
|
||||||
frames=30,
|
frames=60,
|
||||||
f=0,
|
f=0,
|
||||||
}
|
}
|
||||||
mknew(scoot)
|
mknew(scoot)
|
||||||
|
Loading…
Reference in New Issue
Block a user