summaryrefslogtreecommitdiff
path: root/Stages/Stage.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Stages/Stage.gd')
-rw-r--r--Stages/Stage.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/Stages/Stage.gd b/Stages/Stage.gd
index 4277bd1..40c805a 100644
--- a/Stages/Stage.gd
+++ b/Stages/Stage.gd
@@ -44,6 +44,7 @@ func _ready() -> void:
path_grid.set_point_solid(cell, true)
+## supposed to be overridden
func place_tower(_remote_data: Dictionary) -> void:
pass
@@ -90,6 +91,7 @@ func fill_tower_region(tower: Tower, solid = true):
path_grid_changed.emit()
+## supposed to be overridden
func spawn_unit(_remote_data: Dictionary) -> void:
pass