summaryrefslogtreecommitdiffstats
path: root/top.gd
diff options
context:
space:
mode:
Diffstat (limited to 'top.gd')
-rw-r--r--top.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/top.gd b/top.gd
index a915d2a..58973b0 100644
--- a/top.gd
+++ b/top.gd
@@ -2,7 +2,7 @@ class_name Top
extends Node2D
const ROOM_MAIN_MENU: String = "res://rooms/main_menu.tscn"
-const ROOM_NEW_GAME: String = "res://rooms/surface1.tscn"
+const ROOM_NEW_GAME: String = "res://rooms/cine_intro.tscn"
const DOOR_NEW_GAME: String = "DoorEntry"
var active_room_name: String