File tree 1 file changed +35
-14
lines changed
1 file changed +35
-14
lines changed Original file line number Diff line number Diff line change 1
1
Custom Builds
2
2
=============
3
3
4
- Any ** one ** of these can be used in place of [ phaser.js ] ( ../ phaser.js) :
4
+ You can use these instead of the standard build ( ` phaser.js ` ).
5
5
6
- - phaser-arcade-physics.js
7
- - phaser-no-physics.js
8
- - phaser-minimum.js
9
6
10
- Any one of these ** sets** can be used in place of [ phaser.js] ( ../phaser.js ) :
7
+ Arcade Physics
8
+ --------------
9
+
10
+ - ` phaser-arcade-physics.js `
11
+
12
+ Arcade Physics, tilemaps, weapons, and particles. No other physics.
13
+
14
+
15
+ No physics
16
+ ----------
17
+
18
+ - ` phaser-no-physics.js `
19
+
20
+ No physics, tilemaps, or particles.
21
+
22
+
23
+ Minimum
24
+ -------
25
+
26
+ - ` phaser-minimum.js `
27
+
28
+ No optional modules.
29
+
11
30
12
31
Browserify / CommonJS
13
32
---------------------
14
33
15
- 1 . p2.js
16
- 1 . pixi.js
17
- 1 . phaser-split.js
34
+ 1 . ` p2.js `
35
+ 2 . ` pixi.js `
36
+ 3 . ` phaser-split.js `
37
+
38
+
39
+ Phaser + Creature
40
+ -----------------
18
41
19
- Creature
20
- --------
42
+ 1 . ` creature.js `
43
+ 2 . ` p2.js `
44
+ 3 . ` pixi.js `
45
+ 4 . ` phaser-creature.js `
21
46
22
- 1 . creature.js
23
- 1 . p2.js
24
- 1 . pixi.js
25
- 1 . phaser-creature.js
26
47
27
48
You can also [ make your own custom build] ( http://phaser.io/tutorials/creating-custom-phaser-builds ) .
You can’t perform that action at this time.
0 commit comments