mirror of
https://github.com/wassname/phaser.git
synced 2026-08-18 12:20:33 +08:00
Lots of Tilemap updates, moved the renderer out, added components and new tests.
This commit is contained in:
@@ -19,6 +19,11 @@ module Phaser {
|
||||
*/
|
||||
group: Group;
|
||||
|
||||
/**
|
||||
* The name of the Game Object. Typically not set by Phaser, but extremely useful for debugging / logic.
|
||||
*/
|
||||
name: string;
|
||||
|
||||
/**
|
||||
* x value of the object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user