World Bone Blocks

This commit is contained in:
Ishaan Bhardwaj
2020-11-03 10:58:21 -05:00
parent 35dafb6615
commit 84b4dc5073
4 changed files with 25 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ local FourWideGame = SurvivalA3Game:extend()
FourWideGame.name = "4-wide Simulator"
FourWideGame.hash = "4wide"
FourWideGame.tagline = "The board has gotten narrower! Can you survive the increasing speeds?"
function FourWideGame:initialize(ruleset)
self.super:initialize(ruleset)