issues
search
ram02z
/
team-9
1
stars
1
forks
source link
Feat net/state
#34
Open
ram02z
opened
1 year ago
ram02z
commented
1 year ago
Description
Added 6 interactable cubes
Added interactable point to tmpcharacter
Every interactable is assigned a question and a code
Updated quizcanvas to support changes
Issues
If multiple questions are on cooldown, the countdown text gets overlapped
Points are shared
Interactables should be created at runtime
Interaction with objects when another player exists in game is buggy
Questions are different (need to be synced)
Codes are different (need to be synced)
If one character is in interaction range and another character is not, the other character can still open the quiz
Linked issue(s)
Closes #31
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Documentation update (non-breaking change which updates documentation)
Checklist
[x] I have performed a self-review of my code
[x] My code follows the style guidelines of this project
[ ] New and existing unit tests pass locally with my changes
Description
Issues
Points are sharedIf one character is in interaction range and another character is not, the other character can still open the quizLinked issue(s) Closes #31
Type of change
Checklist