issues
search
curiouslearning
/
FeedTheMonsterJS
Javascript and HTML canvas exploration
MIT License
0
stars
4
forks
source link
feat: Refactor ConfirmPopupComponent to use Html (FM-315)
#1418
Closed
miguelccodev
closed
2 weeks ago
miguelccodev
commented
2 weeks ago
Changes
feat: created confirm popup w/ html buttons
feat: integrated confirm popup in pause popup for en lang
chore: added unit tests
chore: added scss util classes
chore: consolidated popup styles into base popup scss file.
How to test
start the game
select any level
click pause
choose select level or restart level
should show confirm popup and play "are you sure" audio
choosing no will close the popups and resume the game
choosing yes will perform select level or restart level, depending on previous interaction
Ref:
FM-315
Changes
How to test
Ref: FM-315