* Fixed issue causing Keyboard.justPressed to always fire (thanks stemkoski)

* Added Keyboard.addKey() which creates a new Phaser.Key object that can be polled for updates, pressed states, etc. See the 2 new examples showing use.
This commit is contained in:
Richard Davey
2013-10-01 01:18:29 +01:00
parent fa1ed04aa8
commit 8668b82ef6
28 changed files with 397 additions and 23 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* Phaser - http://www.phaser.io
*
* v1.0.7 - Built at: Mon, 30 Sep 2013 18:13:41 +0000
* v1.0.7 - Built at: Mon, 30 Sep 2013 21:50:07 +0000
*
* @author Richard Davey http://www.photonstorm.com @photonstorm
*