Issue 272 - fixes buttons in room 11 and Escoria icon being wrong (#612)
Co-authored-by: Balloonpopper <balloonpopper@git.com>
This commit is contained in:
@@ -3,3 +3,8 @@ transition curtain out
|
||||
wait 2
|
||||
transition fade_black in
|
||||
|
||||
:look
|
||||
transition curtain out
|
||||
wait 2
|
||||
transition fade_black in
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
:look | NO_UI
|
||||
say player "NO_UI"
|
||||
|
||||
:use | NO_UI
|
||||
say player "NO_UI"
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
:look | NO_SAVE
|
||||
say player "NO_SAVE"
|
||||
|
||||
:use | NO_SAVE
|
||||
say player "NO_SAVE"
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
:look | NO_TT
|
||||
say player "NO_TT."
|
||||
|
||||
:use | NO_TT
|
||||
say player "NO_TT."
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
:look | TK
|
||||
say player "TK"
|
||||
|
||||
:use | TK
|
||||
say player "TK"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user