Quest taking and rejecting
This commit is contained in:
parent
8a40de576e
commit
c6d8ae8be0
12 changed files with 87 additions and 14 deletions
|
|
@ -15,6 +15,6 @@ item_menu = &"res://menus/Base Menu/root_menu.tres"
|
|||
|
||||
[resource]
|
||||
script = ExtResource("2_u5q7w")
|
||||
item_ids = Array[String](["BASE_FETCH_SELL_CANCEL", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM"])
|
||||
item_ids = Array[String](["BASE_FETCH_BUY_SELL_CANCEL", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM", "BASE_SELL_ITEM"])
|
||||
item_actions = Array[int]([3, 3, 3, 3, 3, 3, 3, 3])
|
||||
item_data = Array[Resource("res://scripts/Classes/Menu/menu_resource.gd")]([SubResource("Resource_5pmle"), SubResource("Resource_81rsd"), SubResource("Resource_81rsd"), SubResource("Resource_81rsd"), SubResource("Resource_81rsd"), SubResource("Resource_81rsd"), SubResource("Resource_81rsd"), SubResource("Resource_81rsd")])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue