diff --git a/game/rooms/room11/esc/mysterious_circle_fadein.esc b/game/rooms/room11/esc/mysterious_circle_fadein.esc index ab057209..2e921585 100644 --- a/game/rooms/room11/esc/mysterious_circle_fadein.esc +++ b/game/rooms/room11/esc/mysterious_circle_fadein.esc @@ -3,3 +3,8 @@ transition curtain out wait 2 transition fade_black in +:look +transition curtain out +wait 2 +transition fade_black in + diff --git a/game/rooms/room11/esc/mysterious_circle_nohud.esc b/game/rooms/room11/esc/mysterious_circle_nohud.esc index e3feb775..1923bb6f 100644 --- a/game/rooms/room11/esc/mysterious_circle_nohud.esc +++ b/game/rooms/room11/esc/mysterious_circle_nohud.esc @@ -1,3 +1,6 @@ :look | NO_UI say player "NO_UI" +:use | NO_UI +say player "NO_UI" + diff --git a/game/rooms/room11/esc/mysterious_circle_nosave.esc b/game/rooms/room11/esc/mysterious_circle_nosave.esc index d59d0fbd..6eeba9e6 100644 --- a/game/rooms/room11/esc/mysterious_circle_nosave.esc +++ b/game/rooms/room11/esc/mysterious_circle_nosave.esc @@ -1,3 +1,6 @@ :look | NO_SAVE say player "NO_SAVE" +:use | NO_SAVE +say player "NO_SAVE" + diff --git a/game/rooms/room11/esc/mysterious_circle_nott.esc b/game/rooms/room11/esc/mysterious_circle_nott.esc index 5ee3ecbb..6297d096 100755 --- a/game/rooms/room11/esc/mysterious_circle_nott.esc +++ b/game/rooms/room11/esc/mysterious_circle_nott.esc @@ -1,3 +1,6 @@ :look | NO_TT say player "NO_TT." +:use | NO_TT +say player "NO_TT." + diff --git a/game/rooms/room11/esc/mysterious_circle_tk.esc b/game/rooms/room11/esc/mysterious_circle_tk.esc index 9b7dd2fd..3d41e7a2 100755 --- a/game/rooms/room11/esc/mysterious_circle_tk.esc +++ b/game/rooms/room11/esc/mysterious_circle_tk.esc @@ -1,3 +1,6 @@ :look | TK say player "TK" +:use | TK +say player "TK" + diff --git a/game/rooms/room11/room11.tscn b/game/rooms/room11/room11.tscn index b6030c9d..6c1b16b0 100644 --- a/game/rooms/room11/room11.tscn +++ b/game/rooms/room11/room11.tscn @@ -83,6 +83,7 @@ script = ExtResource( 7 ) global_id = "r11_circle_tk" esc_script = "res://game/rooms/room11/esc/mysterious_circle_tk.esc" tooltip_name = "Mysterious circle" +default_action = "use" dialog_color = Color( 1, 1, 1, 1 ) animations = null @@ -115,6 +116,7 @@ script = ExtResource( 7 ) global_id = "r11_circle_nott" esc_script = "res://game/rooms/room11/esc/mysterious_circle_nott.esc" tooltip_name = "Mysterious circle" +default_action = "use" dialog_color = Color( 1, 1, 1, 1 ) animations = null @@ -147,6 +149,7 @@ script = ExtResource( 7 ) global_id = "r11_circle_nohud" esc_script = "res://game/rooms/room11/esc/mysterious_circle_nohud.esc" tooltip_name = "Mysterious circle" +default_action = "use" dialog_color = Color( 1, 1, 1, 1 ) animations = null @@ -179,6 +182,7 @@ script = ExtResource( 7 ) global_id = "r11_circle_nosave" esc_script = "res://game/rooms/room11/esc/mysterious_circle_nosave.esc" tooltip_name = "Mysterious circle" +default_action = "use" dialog_color = Color( 1, 1, 1, 1 ) animations = null @@ -211,6 +215,7 @@ script = ExtResource( 7 ) global_id = "r11_circle_fadein" esc_script = "res://game/rooms/room11/esc/mysterious_circle_fadein.esc" tooltip_name = "Mysterious circle" +default_action = "use" dialog_color = Color( 1, 1, 1, 1 ) animations = null diff --git a/project.godot b/project.godot index 505221ad..746346e7 100644 --- a/project.godot +++ b/project.godot @@ -716,7 +716,7 @@ boot_splash/image="res://addons/escoria-core/design/escoria-logo-small.png" boot_splash/fullsize=false boot_splash/use_filter=false boot_splash/bg_color=Color( 0.960784, 0.384314, 0, 1 ) -config/icon="res://addons/escoria-player-creator/graphics/icon.png" +config/icon="res://icon.png" [audio]