add start_game function

This commit is contained in:
yuki 2025-11-25 17:37:25 -03:00
parent 62abadad2a
commit 1ce96e76c4

View file

@ -1,6 +1,11 @@
extends Node
func start_game() -> void:
print("starting game")
get_tree().change_scene_to_file("res://scenes/worlds/yukotsukis_room/yukotsukis_room.tscn")
func goto_room(previous_room: Room, waypoint: RemoteWaypoint, config: RoomConfig = null) -> void:
print("changing rooms")