way too many changes to list, oops. big rewrite.
This commit is contained in:
7
Scripts/game_mode.gd
Normal file
7
Scripts/game_mode.gd
Normal file
@ -0,0 +1,7 @@
|
||||
class_name GameMode extends RefCounted
|
||||
|
||||
var multiplayer: bool = false
|
||||
var seeded: bool = false
|
||||
var rng_seed: int = 0
|
||||
var endless: bool = false
|
||||
var daily: bool = false
|
Reference in New Issue
Block a user