mirror of
https://github.com/wassname/phaser.git
synced 2026-09-11 12:31:29 +08:00
Github Bug Fixes
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
emitter = myGame.createEmitter(32, 80);
|
||||
emitter.width = 700;
|
||||
emitter.makeParticles('melon', 100, 0, false, 1);
|
||||
emitter.makeParticles('melon', 100, 0, false, 0);
|
||||
emitter.gravity = 200;
|
||||
emitter.bounce = 0.8;
|
||||
emitter.start(false, 10, 0.1);
|
||||
|
||||
Reference in New Issue
Block a user