mirror of
https://github.com/wassname/phaser.git
synced 2026-07-31 12:40:07 +08:00
Debug functions ? Seems last commit didn't work
This commit is contained in:
@@ -35,6 +35,8 @@ function create() {
|
||||
// The player
|
||||
sprite = group.create(300, 200, 'phaser');
|
||||
|
||||
sprite.physicsEnabled = true;
|
||||
|
||||
// Some trees
|
||||
for (var i = 0; i < 50; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user