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 @@ PacerTest.name = "TetrisGram™ Pacer Test"
|
||||
PacerTest.hash = "PacerTest"
|
||||
PacerTest.tagline = ""
|
||||
|
||||
PacerTest.arr = 1
|
||||
PacerTest.drop_speed = 1
|
||||
|
||||
|
||||
|
||||
local function getLevelFrames(level)
|
||||
if level == 1 then return 72 * 60 / 8.0
|
||||
|
||||
Reference in New Issue
Block a user