Removed some of the extraneous static properties.
ARR and drop speed are handled by getters now.
This commit is contained in:
@@ -11,8 +11,8 @@ DemonModeGame.name = "Demon Mode"
|
||||
DemonModeGame.hash = "DemonMode"
|
||||
DemonModeGame.tagline = "Can you handle the ludicrous speed past level 20?"
|
||||
|
||||
DemonModeGame.arr = 1
|
||||
DemonModeGame.drop_speed = 1
|
||||
|
||||
|
||||
|
||||
function DemonModeGame:new()
|
||||
DemonModeGame.super:new()
|
||||
|
||||
Reference in New Issue
Block a user