LD56 is over. This is the game.
This commit is contained in:
6
scenes/buildings.gd
Normal file
6
scenes/buildings.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name Buildings extends Node
|
||||
|
||||
static var instance:Buildings
|
||||
|
||||
func _init() -> void:
|
||||
instance = self
|
||||
Reference in New Issue
Block a user