Skip to content

Commit 60aa21d

Browse files
committed
Updated config file.
1 parent 8a89e8e commit 60aa21d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

build/config.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<script src="$path/src/pixi/filters/AbstractFilter.js"></script>
8686
8787
<script src="$path/src/Phaser.js"></script>
88+
<script src="$path/src/polyfills.js"></script>
8889
<script src="$path/src/utils/Utils.js"></script>
8990
9091
<script src="$path/src/geom/Circle.js"></script>
@@ -107,10 +108,10 @@
107108
<script src="$path/src/core/Stage.js"></script>
108109
<script src="$path/src/core/Group.js"></script>
109110
<script src="$path/src/core/World.js"></script>
110-
<script src="$path/src/core/Game.js"></script>
111111
<script src="$path/src/core/FlexGrid.js"></script>
112112
<script src="$path/src/core/FlexLayer.js"></script>
113113
<script src="$path/src/core/ScaleManager.js"></script>
114+
<script src="$path/src/core/Game.js"></script>
114115
115116
<script src="$path/src/input/Input.js"></script>
116117
<script src="$path/src/input/Key.js"></script>
@@ -125,12 +126,13 @@
125126
<script src="$path/src/input/InputHandler.js"></script>
126127
127128
<script src="$path/src/gameobjects/Events.js"></script>
128-
<script src="$path/src/gameobjects/GameObjectCreator.js"></script>
129129
<script src="$path/src/gameobjects/GameObjectFactory.js"></script>
130+
<script src="$path/src/gameobjects/GameObjectCreator.js"></script>
130131
<script src="$path/src/gameobjects/BitmapData.js"></script>
131132
<script src="$path/src/gameobjects/Sprite.js"></script>
132133
<script src="$path/src/gameobjects/Image.js"></script>
133134
<script src="$path/src/gameobjects/TileSprite.js"></script>
135+
<script src="$path/src/gameobjects/Rope.js"></script>
134136
<script src="$path/src/gameobjects/Text.js"></script>
135137
<script src="$path/src/gameobjects/BitmapText.js"></script>
136138
<script src="$path/src/gameobjects/Button.js"></script>
@@ -139,11 +141,10 @@
139141
<script src="$path/src/gameobjects/SpriteBatch.js"></script>
140142
<script src="$path/src/gameobjects/RetroFont.js"></script>
141143
<script src="$path/src/gameobjects/Particle.js"></script>
142-
<script src="$path/src/gameobjects/Rope.js"></script>
143144
145+
<script src="$path/src/system/Device.js"></script>
144146
<script src="$path/src/system/DOM.js"></script>
145147
<script src="$path/src/system/Canvas.js"></script>
146-
<script src="$path/src/system/Device.js"></script>
147148
<script src="$path/src/system/RequestAnimationFrame.js"></script>
148149
149150
<script src="$path/src/math/Math.js"></script>
@@ -191,6 +192,7 @@
191192
<script src="$path/src/tilemap/TilemapLayer.js"></script>
192193
<script src="$path/src/tilemap/TilemapParser.js"></script>
193194
<script src="$path/src/tilemap/Tileset.js"></script>
195+
194196
EOL;
195197

196198
if ($arcade)

0 commit comments

Comments
 (0)