This commit is contained in:
2ndbeam 2024-06-09 23:01:14 +03:00
commit 6c5350d47e
32 changed files with 114 additions and 186 deletions

View file

@ -44,7 +44,7 @@ var touching_dock = false
var player_ship = null
func _ready():
get_tree().current_scene.bases.append(self)
star_system.bases.append(self)
mouse_entered.connect(star_system.set_targeted_node.bind(self))
mouse_exited.connect(star_system.clear_targeted_node)
gate_area.body_entered.connect(gate_area_body_entered)