We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0f174 commit c6231ddCopy full SHA for c6231dd
1 file changed
src/particles/arcade/ArcadeParticles.js
@@ -1 +1,12 @@
1
-Phaser.Particles.Arcade = {};
+/**
2
+* @author Richard Davey <rich@photonstorm.com>
3
+* @copyright 2014 Photon Storm Ltd.
4
+* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
5
+*/
6
+
7
8
+* Arcade Particles is a Particle System integrated with Arcade Physics.
9
+*
10
+* @class Phaser.Particles.Arcade
11
12
+Phaser.Particles.Arcade = {};
0 commit comments