mirror of
https://github.com/wassname/phaser.git
synced 2026-07-28 11:23:50 +08:00
Added the new Button game object and various other input and tilemap fixes.
This commit is contained in:
@@ -17,6 +17,7 @@ module Phaser {
|
||||
static EMITTER: number = 4;
|
||||
static TILEMAP: number = 5;
|
||||
static SCROLLZONE: number = 6;
|
||||
static BUTTON: number = 7;
|
||||
|
||||
static GEOM_POINT: number = 0;
|
||||
static GEOM_CIRCLE: number = 1;
|
||||
|
||||
Reference in New Issue
Block a user