diff options
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 |
