Removed some of the extraneous static properties.

ARR and drop speed are handled by getters now.
This commit is contained in:
Joe Z
2019-05-29 21:59:53 -04:00
parent 1db0a0ef05
commit cebe57dd1e
16 changed files with 31 additions and 32 deletions

View File

@@ -11,8 +11,8 @@ Survival2020Game.name = "Survival 2020"
Survival2020Game.hash = "Survival2020"
Survival2020Game.tagline = "A new time limit on the blocks! Can you handle being forced to perform under the total delay?"
Survival2020Game.arr = 1
Survival2020Game.drop_speed = 1
function Survival2020Game:new()
Survival2020Game.super:new()