issues
search
curiouslearning
/
FeedTheMonsterJS
Javascript and HTML canvas exploration
MIT License
0
stars
4
forks
source link
Fix: Fixed the left stones from adjusting their original X position (FM-331).
#1439
Open
bernhardccodev
opened
2 days ago
bernhardccodev
commented
2 days ago
Changes
Refactor the gameplay-scene - handleMouseUp method on resetting and adjusting the stone X position.
Moved the + 25 offset adjustment to staticCoordinateFactors so the offset will be added upon creation.
How to test
Start the FTM app and press play on start screen.
Select any level on level selection.
During the game play, the stones on the left should not adjust their original position and should return to how they are originally displayed.
Ref:
FM-331
Changes
How to test
Ref: FM-331