From 373d1d6b1189e7bdb4fb3a6464cb9138de147473 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 4 Feb 2024 00:26:48 -0800 Subject: [PATCH] remove a part of bounce physics I was messing up --- vacation.p8 | 2 -- 1 file changed, 2 deletions(-) diff --git a/vacation.p8 b/vacation.p8 index 68a08bf..da9a3f9 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -632,7 +632,6 @@ function toyphin:update() dy = 0 else dy /= 2 - new_y = 32 + new_y/2 end end elseif new_y >= 64 and y < 64 then @@ -654,7 +653,6 @@ function toyphin:update() dy = 0 else dy /= 2 - new_y = 96 - new_y/2 end end end