Commit 5b5bdc8
committed
Loader.pack will allow you to load in a new Phaser Asset Pack JSON file. An Asset Pack is a specially structured file that allows you to define all assets for your game in an external file. The file can be split into sections, allowing you to control loading a specific set of files from it. An example JSON file can be found in the
Loader.totalQueuedPacks returns the number of Asset Packs in the queue.
Loader.totalLoadedPacks returns the number of Asset Packs already loaded.resources folder and examples of use in the Phaser Examples repository.1 parent 4004cc9 commit 5b5bdc8
3 files changed
Lines changed: 27 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2686 | 2686 | | |
2687 | 2687 | | |
2688 | 2688 | | |
2689 | | - | |
| 2689 | + | |
| 2690 | + | |
2690 | 2691 | | |
2691 | 2692 | | |
2692 | 2693 | | |
| |||
2696 | 2697 | | |
2697 | 2698 | | |
2698 | 2699 | | |
2699 | | - | |
| 2700 | + | |
2700 | 2701 | | |
| 2702 | + | |
2701 | 2703 | | |
| 2704 | + | |
2702 | 2705 | | |
2703 | 2706 | | |
2704 | 2707 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1275 | 1275 | | |
1276 | 1276 | | |
1277 | 1277 | | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
1278 | 1289 | | |
1279 | 1290 | | |
1280 | 1291 | | |
| |||
1298 | 1309 | | |
1299 | 1310 | | |
1300 | 1311 | | |
| 1312 | + | |
1301 | 1313 | | |
1302 | | - | |
1303 | 1314 | | |
| 1315 | + | |
1304 | 1316 | | |
1305 | 1317 | | |
1306 | 1318 | | |
| |||
1624 | 1636 | | |
1625 | 1637 | | |
1626 | 1638 | | |
| 1639 | + | |
| 1640 | + | |
1627 | 1641 | | |
1628 | 1642 | | |
1629 | | - | |
1630 | 1643 | | |
1631 | 1644 | | |
1632 | 1645 | | |
| |||
1674 | 1687 | | |
1675 | 1688 | | |
1676 | 1689 | | |
| 1690 | + | |
1677 | 1691 | | |
1678 | 1692 | | |
1679 | 1693 | | |
| |||
1695 | 1709 | | |
1696 | 1710 | | |
1697 | 1711 | | |
| 1712 | + | |
1698 | 1713 | | |
1699 | 1714 | | |
1700 | 1715 | | |
| |||
1716 | 1731 | | |
1717 | 1732 | | |
1718 | 1733 | | |
| 1734 | + | |
1719 | 1735 | | |
1720 | 1736 | | |
1721 | 1737 | | |
| |||
1737 | 1753 | | |
1738 | 1754 | | |
1739 | 1755 | | |
| 1756 | + | |
1740 | 1757 | | |
1741 | 1758 | | |
1742 | 1759 | | |
| |||
0 commit comments