Connect door in Home with Trasera cocina

This commit is contained in:
2023-02-14 00:58:26 +01:00
parent 646c35385e
commit 369b47bff5
2 changed files with 7 additions and 3 deletions

View File

@@ -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"

View File

@@ -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 )