mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:59:03 -06:00
Gamemodes have a default (empty) name
This commit is contained in:
parent
5a074f77cf
commit
1ccd6a09d3
@ -10,6 +10,9 @@ local BagRandomizer = require 'tetris.randomizers.bag'
|
|||||||
|
|
||||||
local GameMode = Object:extend()
|
local GameMode = Object:extend()
|
||||||
|
|
||||||
|
GameMode.name = ""
|
||||||
|
GameMode.hash = ""
|
||||||
|
GameMode.tagline = ""
|
||||||
GameMode.rollOpacityFunction = function(age) return 0 end
|
GameMode.rollOpacityFunction = function(age) return 0 end
|
||||||
|
|
||||||
function GameMode:new(secret_inputs)
|
function GameMode:new(secret_inputs)
|
||||||
|
Loading…
Reference in New Issue
Block a user