by vegardhanssen | Dec 2, 2015 | Coding, Javascript, Node Modules, Phaser.io
Find it on GitHub phaser-swipe-pages Phaser component to manage a state of pages Can be useful for eg help screens etc. It will use the Phaser.Camera to move around, and take care of positioning your objects Install The easies way of using it is compiling your project...
by vegardhanssen | Nov 24, 2015 | Coding, Node Modules
I’ve created a swipe component for Phaser.io. You can find it on GitHub You can grab the swipe.js file and include it in your project, or you can use npm or bower: npm install phaser-swipe bower install phaser-swipe Usage You can use it in two ways. With or...
by vegardhanssen | Nov 23, 2015 | Coding, Node Modules
I created an animated updatable label for the Javascript framework Phaser.io. You can find it on github. You can use it like: // If you used browerify. Else just add it in script tag and use class UpdatableLabel. var UpdatableLabel = require('phaser-updatable-label');...
by vegardhanssen | Jun 27, 2015 | Coding, Node Modules, Node.js
Since my regexp test on parsing a string was a success, I created a #nodejs module for parsing strings. And the funny part, I scrapped the regexp 🙂 It now supports multiple keys and multiple values. So you can do something like this: var res = ps.parse('"foo...
Recent Comments