super_space_game/scripts/exit_ship.gd

5 lines
118 B
GDScript3
Raw Normal View History

extends Sprite2D
2025-12-04 03:30:37 +00:00
func _interact(_player: Node2D) -> void:
get_tree().change_scene_to_file("res://scenes/game.tscn")