Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
extends Object
|
||||
class_name GridCell
|
||||
|
||||
var spaceTaken: bool = false
|
||||
var door: bool = false
|
||||
var doorOrientation: int
|
||||
enum doorOrientations {north,east,south,west}
|
||||
|
||||
var biome: int
|
||||
Reference in New Issue
Block a user