Fix Inversion A2N
parent
bff53b6fd5
commit
99665f23e7
|
@ -6,8 +6,8 @@ InversionGame.name = "Inversion A2N"
|
|||
InversionGame.hash = "InversionA2N"
|
||||
InversionGame.tagline = "What if the active piece was invisible?"
|
||||
|
||||
function InversionGame:new()
|
||||
SurvivalA2Game:new()
|
||||
function InversionGame:new(_, c)
|
||||
SurvivalA2Game:new(_, c)
|
||||
self.piece_active_time = 0
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue