From 0824b2d51b957bb54cd8916afe72e897846039a7 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Fri, 31 Oct 2025 13:04:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/tilemap/tilemap.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():