Revise Art Kit workflow and refresh fox patterns
This commit is contained in:
parent
117fdbfdaa
commit
c06d5714c0
21 changed files with 363 additions and 141 deletions
|
|
@ -32,6 +32,8 @@ func _run_host() -> void:
|
|||
await physics_frame
|
||||
var player := main.get("_player") as Player
|
||||
assert(player.bag.add_item(&"art_kit", 1))
|
||||
assert(player.hotbar.assign_item(0, &"art_kit"))
|
||||
assert(player.hotbar.select_slot(0))
|
||||
assert(player.art_unlocks.restore_mask(PlayerArtUnlocks.ALL_UNLOCK_MASK))
|
||||
|
||||
var service := main.get_node(
|
||||
|
|
@ -140,6 +142,8 @@ func _run_client() -> void:
|
|||
))
|
||||
var player := main.get("_player") as Player
|
||||
assert(player.bag.add_item(&"art_kit", 1))
|
||||
assert(player.hotbar.assign_item(0, &"art_kit"))
|
||||
assert(player.hotbar.select_slot(0))
|
||||
assert(player.art_unlocks.restore_mask(PlayerArtUnlocks.ALL_UNLOCK_MASK))
|
||||
|
||||
var service := main.get_node(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue