Issues
- 0
Character creation proof of concept
#6 opened by aj47 - 0
Have NPCs talking in lobby
#7 opened by aj47 - 0
Events/Highlights log
#8 opened by aj47 - 1
Sweep: make it so that when user clicked "Harvest" on the BerryTree, after the player walks to the tree, it should start playing the "RightHook" animation. make sure to make a new state setUserHarvesting in store.js . make sure to only play the animation when player distance is in range, similar to how the animation is played when userAttacking is true. files needed to edit: PlayerController.tsx , BerryTree.tsx and store.js
#3 opened by aj47 - 1
Sweep: make it so that when user clicked "Harvest" on the BerryTree, after the player walks to the tree, it should start playing the "RightHook" animation. make sure to make a new state setUserHarvesting in store.js . make sure to only play the animation when player distance is in range, similar to how the animation is played when userAttacking is true.
#2 opened by aj47