super_space_game/scripts/exit_ship.gd
2025-12-03 22:30:37 -05:00

4 lines
118 B
GDScript

extends Sprite2D
func _interact(_player: Node2D) -> void:
get_tree().change_scene_to_file("res://scenes/game.tscn")