From ecae50a495da7943e0c2f93703a49e1c8f384e1f Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 3 Feb 2024 13:48:25 -0800 Subject: [PATCH] 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 --- vacation.p8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vacation.p8 b/vacation.p8 index 04571d0..99034fd 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -264,7 +264,7 @@ function _init() mainview = newtitle() end -function _update() +function _update60() mainview:update() end @@ -302,7 +302,7 @@ end spring = { from = 128, to = 0, - frames=60, + frames=120, f = 0, } mknew(spring) @@ -326,7 +326,7 @@ end scoot = { from=0, to=-128, - frames=30, + frames=60, f=0, } mknew(scoot)