Движение кораблика по координатам. Экран ЭМС ТГ

This commit is contained in:
lepshiy
2025-10-24 12:29:02 +03:00
parent 78c9a0b5a7
commit 510967bcd8
3 changed files with 3 additions and 10 deletions

View File

@@ -707,6 +707,7 @@ func set_coordinates(lon: float, lat: float, course: float) -> void:
add_mark_from_lon_lat(ship_id, lon, lat, ship_instance, 0.0)
else:
_marks[ship_id].position = lonlat_to_world(lon, lat)
ship_instance.rotation_degrees = course
queue_redraw()