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
|
wait 2
|
||||||
transition fade_black in
|
transition fade_black in
|
||||||
|
|
||||||
|
:look
|
||||||
|
transition curtain out
|
||||||
|
wait 2
|
||||||
|
transition fade_black in
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
:look | NO_UI
|
:look | NO_UI
|
||||||
say player "NO_UI"
|
say player "NO_UI"
|
||||||
|
|
||||||
|
:use | NO_UI
|
||||||
|
say player "NO_UI"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
:look | NO_SAVE
|
:look | NO_SAVE
|
||||||
say player "NO_SAVE"
|
say player "NO_SAVE"
|
||||||
|
|
||||||
|
:use | NO_SAVE
|
||||||
|
say player "NO_SAVE"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
:look | NO_TT
|
:look | NO_TT
|
||||||
say player "NO_TT."
|
say player "NO_TT."
|
||||||
|
|
||||||
|
:use | NO_TT
|
||||||
|
say player "NO_TT."
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
:look | TK
|
:look | TK
|
||||||
say player "TK"
|
say player "TK"
|
||||||
|
|
||||||
|
:use | TK
|
||||||
|
say player "TK"
|
||||||
|
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ script = ExtResource( 7 )
|
|||||||
global_id = "r11_circle_tk"
|
global_id = "r11_circle_tk"
|
||||||
esc_script = "res://game/rooms/room11/esc/mysterious_circle_tk.esc"
|
esc_script = "res://game/rooms/room11/esc/mysterious_circle_tk.esc"
|
||||||
tooltip_name = "Mysterious circle"
|
tooltip_name = "Mysterious circle"
|
||||||
|
default_action = "use"
|
||||||
dialog_color = Color( 1, 1, 1, 1 )
|
dialog_color = Color( 1, 1, 1, 1 )
|
||||||
animations = null
|
animations = null
|
||||||
|
|
||||||
@@ -115,6 +116,7 @@ script = ExtResource( 7 )
|
|||||||
global_id = "r11_circle_nott"
|
global_id = "r11_circle_nott"
|
||||||
esc_script = "res://game/rooms/room11/esc/mysterious_circle_nott.esc"
|
esc_script = "res://game/rooms/room11/esc/mysterious_circle_nott.esc"
|
||||||
tooltip_name = "Mysterious circle"
|
tooltip_name = "Mysterious circle"
|
||||||
|
default_action = "use"
|
||||||
dialog_color = Color( 1, 1, 1, 1 )
|
dialog_color = Color( 1, 1, 1, 1 )
|
||||||
animations = null
|
animations = null
|
||||||
|
|
||||||
@@ -147,6 +149,7 @@ script = ExtResource( 7 )
|
|||||||
global_id = "r11_circle_nohud"
|
global_id = "r11_circle_nohud"
|
||||||
esc_script = "res://game/rooms/room11/esc/mysterious_circle_nohud.esc"
|
esc_script = "res://game/rooms/room11/esc/mysterious_circle_nohud.esc"
|
||||||
tooltip_name = "Mysterious circle"
|
tooltip_name = "Mysterious circle"
|
||||||
|
default_action = "use"
|
||||||
dialog_color = Color( 1, 1, 1, 1 )
|
dialog_color = Color( 1, 1, 1, 1 )
|
||||||
animations = null
|
animations = null
|
||||||
|
|
||||||
@@ -179,6 +182,7 @@ script = ExtResource( 7 )
|
|||||||
global_id = "r11_circle_nosave"
|
global_id = "r11_circle_nosave"
|
||||||
esc_script = "res://game/rooms/room11/esc/mysterious_circle_nosave.esc"
|
esc_script = "res://game/rooms/room11/esc/mysterious_circle_nosave.esc"
|
||||||
tooltip_name = "Mysterious circle"
|
tooltip_name = "Mysterious circle"
|
||||||
|
default_action = "use"
|
||||||
dialog_color = Color( 1, 1, 1, 1 )
|
dialog_color = Color( 1, 1, 1, 1 )
|
||||||
animations = null
|
animations = null
|
||||||
|
|
||||||
@@ -211,6 +215,7 @@ script = ExtResource( 7 )
|
|||||||
global_id = "r11_circle_fadein"
|
global_id = "r11_circle_fadein"
|
||||||
esc_script = "res://game/rooms/room11/esc/mysterious_circle_fadein.esc"
|
esc_script = "res://game/rooms/room11/esc/mysterious_circle_fadein.esc"
|
||||||
tooltip_name = "Mysterious circle"
|
tooltip_name = "Mysterious circle"
|
||||||
|
default_action = "use"
|
||||||
dialog_color = Color( 1, 1, 1, 1 )
|
dialog_color = Color( 1, 1, 1, 1 )
|
||||||
animations = null
|
animations = null
|
||||||
|
|
||||||
|
|||||||
@@ -716,7 +716,7 @@ boot_splash/image="res://addons/escoria-core/design/escoria-logo-small.png"
|
|||||||
boot_splash/fullsize=false
|
boot_splash/fullsize=false
|
||||||
boot_splash/use_filter=false
|
boot_splash/use_filter=false
|
||||||
boot_splash/bg_color=Color( 0.960784, 0.384314, 0, 1 )
|
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]
|
[audio]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user