CHANGE TO escoria-core. action1 and action2 in tooltip

This commit is contained in:
2023-02-10 20:01:48 +01:00
parent b5c96bad3e
commit 8c1e59a40c
4 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
:action1
say player "Action 1"
say player "Action 1 asks me to say this"
:action2
say player "Action 2"
say player "Action 2 asks me to say this"

View File

@@ -107,6 +107,8 @@ script = ExtResource( 5 )
global_id = "r1_wall_item1"
esc_script = "res://gymkhana/rooms/home/esc/wall_item.esc"
tooltip_name = "Artwork"
action1 = "This is action1"
action2 = "This is action2"
default_action = "action2"
combine_when_selected_action_is_in = [ ]
inventory_texture = ExtResource( 10 )