mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 11:49:02 -06:00
C99 now starts from the beginning, sigh
This commit is contained in:
parent
024d552bcc
commit
00085af783
@ -52,9 +52,7 @@ function MarathonC99Game:new()
|
||||
self.grid = Grid(10, 22)
|
||||
|
||||
self.roll_frames = frameTime(3,00)
|
||||
self.level = 15
|
||||
self.lines = 299
|
||||
self.lines_to_next_level = 1--lines_to_next_level[self.level]
|
||||
self.lines_to_next_level = lines_to_next_level[self.level]
|
||||
self.slots = {}
|
||||
self.tetris_slots = 0
|
||||
self.ccw_bonus = 10 ^ 7
|
||||
|
Loading…
Reference in New Issue
Block a user