nkholski / phaser3-es6-webpack

Generic platformer and Phaser 3 bootstrap project
http://metroid.niklasberg.se/phaser3platformer/
702 stars 141 forks source link

Added in spritesheet and animations. Also added arrowkeys controls #4

Closed srobertson421 closed 7 years ago

srobertson421 commented 7 years ago

First of all, thanks for taking the time to make this repo! It's been fun rooting around in the Phaser 3 API.

Basically all this PR is about is I changed the code to be a Spritesheet and basic Input example. Probably don't want to merge it into master but maybe you could make a new branch called "spritesheet-input" or something and I could point the PR to that one.

Again thanks for the work!