diff options
| author | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 21:14:59 -0800 |
|---|---|---|
| committer | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 21:14:59 -0800 |
| commit | 0654ba0b3c86470d8785d6d1c0783a4566825585 (patch) | |
| tree | 8864f24344af96e6d4fddd216d56feb0917ceb68 /objects.lua | |
| parent | 851375b7063ff90b83a68351bfca80e920b9cfd2 (diff) | |
added button combo to reset score during into trans
Diffstat (limited to 'objects.lua')
| -rw-r--r-- | objects.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
