Доработка. Центрирование карты по текущим координатам

This commit is contained in:
sasha80
2025-04-22 14:34:09 +03:00
parent 04021d307e
commit c35984e2ac

View File

@@ -112,7 +112,6 @@ func _ready():
func on_map_centered(toggle_centered: bool):
is_centered = toggle_centered
print_debug(is_centered)
func on_data_received(coords: Dictionary):