Branch: master
-
refactor: bring back Main scene and simplify level logic
remarkablemark committedFeb 6, 2019 Remove unnecessary `createLevel` factory and `allLevels` since that approach doesn't scale well. Make `levels` into a POJO (Plain Old JavaScript Object) and bring back `Main` scene. Use `scene.start` to start `Main` and pass the level in the 2nd argument.
-
refactor(scenes): alias `Math` from Phaser as `PhaserMath`
remarkablemark committedFeb 6, 2019
-
fix(scenes): ensure texts have consistent margins
remarkablemark committedFeb 4, 2019 -
chore(texts): remove unused `src/texts/` directory
remarkablemark committedFeb 4, 2019 -
fix(index): set text color to white given background-color is black
remarkablemark committedFeb 4, 2019 -
refactor: move resize listener from Boot scene to helpers and index
remarkablemark committedFeb 4, 2019 -
refactor: save cache json key 'shapes' as a constant
remarkablemark committedFeb 4, 2019 -
chore: remove unused assets `platform.png` and `star.png`
remarkablemark committedFeb 4, 2019 -
feat(public): hide github-corners when window width >=992px
remarkablemark committedFeb 4, 2019 -
feat(index): set body background-color to black
remarkablemark committedFeb 4, 2019 -
feat(public): update meta description, tidy IE comment and noscript
remarkablemark committedFeb 4, 2019 -
refactor(public): store Google Analytics tracking ID in .env files
remarkablemark committedFeb 4, 2019