diff --git a/scenes/tilemap/tilemap.gd b/scenes/tilemap/tilemap.gd index e363d95..c89af31 100644 --- a/scenes/tilemap/tilemap.gd +++ b/scenes/tilemap/tilemap.gd @@ -152,7 +152,7 @@ func _ready() -> void: threats.connect('threat_new', Callable(self, '_on_threat_new')) threats.connect('threat_lost', Callable(self, '_on_threat_lost')) threats.connect('threat_update', Callable(self, '_on_threat_update')) - + func _settings_changed():