Skip to content

Commit 3885f15

Browse files
committed
Revise 'Custom Builds'
1 parent eb76d4b commit 3885f15

File tree

1 file changed

+35
-14
lines changed

1 file changed

+35
-14
lines changed

resources/custom-builds.md

+35-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,48 @@
11
Custom Builds
22
=============
33

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`).
55

6-
- phaser-arcade-physics.js
7-
- phaser-no-physics.js
8-
- phaser-minimum.js
96

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+
1130

1231
Browserify / CommonJS
1332
---------------------
1433

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+
-----------------
1841

19-
Creature
20-
--------
42+
1. `creature.js`
43+
2. `p2.js`
44+
3. `pixi.js`
45+
4. `phaser-creature.js`
2146

22-
1. creature.js
23-
1. p2.js
24-
1. pixi.js
25-
1. phaser-creature.js
2647

2748
You can also [make your own custom build](http://phaser.io/tutorials/creating-custom-phaser-builds).

0 commit comments

Comments
 (0)