diff --git a/gymkhana/rooms/home/esc/right_exit.esc b/gymkhana/rooms/home/esc/right_exit.esc index f7d53f2c..d3890f1c 100644 --- a/gymkhana/rooms/home/esc/right_exit.esc +++ b/gymkhana/rooms/home/esc/right_exit.esc @@ -1,3 +1,7 @@ -:exit_scene +:action1 play_snd res://game/sfx/sounds/doorOpen_2.ogg -change_scene "res://game/rooms/room02/room02.tscn" +change_scene "res://gymkhana/rooms/trasera_cocina/trasera_cocina.tscn" + +:action2 +play_snd res://game/sfx/sounds/doorOpen_2.ogg +change_scene "res://gymkhana/rooms/trasera_cocina/trasera_cocina.tscn" diff --git a/gymkhana/rooms/home/home.tscn b/gymkhana/rooms/home/home.tscn index 00d1ab06..3eb1253b 100644 --- a/gymkhana/rooms/home/home.tscn +++ b/gymkhana/rooms/home/home.tscn @@ -88,7 +88,7 @@ script = ExtResource( 5 ) global_id = "r1_r_exit" esc_script = "res://gymkhana/rooms/home/esc/right_exit.esc" is_exit = true -tooltip_name = "Exit to room 2" +tooltip_name = "Exit to Trasera cocina" default_action = "walk" combine_when_selected_action_is_in = [ ] dialog_color = Color( 1, 1, 1, 1 )