mirror of
https://github.com/wassname/phaser.git
synced 2026-07-25 13:20:14 +08:00
Added the new Button game object and various other input and tilemap fixes.
This commit is contained in:
@@ -54,6 +54,21 @@ module Phaser {
|
||||
*/
|
||||
visible: bool;
|
||||
|
||||
/**
|
||||
* The animation manager component
|
||||
*/
|
||||
animations: Phaser.Components.AnimationManager;
|
||||
|
||||
/**
|
||||
* Associated events
|
||||
*/
|
||||
events;
|
||||
|
||||
/**
|
||||
* The input component
|
||||
*/
|
||||
input;
|
||||
|
||||
/**
|
||||
* The texture used to render.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user