excaliburjs / sample-shootemup

Example Shoot-em Up Style Game Built with Excalibur
https://excaliburjs.com/sample-shootemup
BSD 2-Clause "Simplified" License
10 stars 9 forks source link

Score doesn't increase on demo site #151

Open AlexSynchronicity opened 1 month ago

AlexSynchronicity commented 1 month ago

Steps to Reproduce

Expected Result

As per the demo gif, the score should go up by 100 per kill.

Actual Result

The score doesn't increase after a kill.

Environment

Current Workaround

eonarheim commented 1 month ago

@AlexSynchronicity many thanks for the issue, I'll take a look as soon as I can. Definitely a bug.

If you'd like to give the fix a try I would support a PR as well

AlexSynchronicity commented 1 month ago

Thanks for replying. I would love to submit a PR for this, but I do think this is a build issue as this does not occur for me after setting up the repo locally.