varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Website mismatch to source #207

Closed SirProdigle closed 5 years ago

SirProdigle commented 5 years ago

Website source code doesn't line up with GitHub source. If downloaded and ran locally, animations and sound won't work.

Trying to fork this to continue work for a personal project but the source seems behind the website. Any chance of updating this or giving me the web source?

varkor commented 5 years ago

Some of the settings are disabled on master (simply to make debugging easier). You can enable animations and sounds in Settings.js: https://github.com/varkor/pokengine/blob/b260e6930e238a18f9e455ce80494fbe16b6e221/battle/scripts/objects/unique/Settings.js#L54 https://github.com/varkor/pokengine/blob/b260e6930e238a18f9e455ce80494fbe16b6e221/battle/scripts/objects/unique/Settings.js#L57