From 0654ba0b3c86470d8785d6d1c0783a4566825585 Mon Sep 17 00:00:00 2001 From: RibbonCable Date: Sun, 20 Feb 2022 21:14:59 -0800 Subject: added button combo to reset score during into trans --- objects.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objects.lua') diff --git a/objects.lua b/objects.lua index 367dd87..f435b83 100644 --- a/objects.lua +++ b/objects.lua @@ -1,7 +1,7 @@ obj = {} -doshake = true gt = 0 -- game time, but not actually, this is only used by the background for scrolling. ft = 1/60 --frametime +doshake = true scrollspeed = 0 respawntimer = 0 gameover = false -- cgit