Skip to content

Commit c733bd3

Browse files
committed
Build file updates.
1 parent 166c036 commit c733bd3

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

build/config.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,29 @@
139139
<script src="$path/src/input/GamepadButton.js"></script>
140140
<script src="$path/src/input/InputHandler.js"></script>
141141
142+
<script src="$path/src/gameobjects/components/Component.js"></script>
143+
<script src="$path/src/gameobjects/components/Angle.js"></script>
144+
<script src="$path/src/gameobjects/components/Animation.js"></script>
145+
<script src="$path/src/gameobjects/components/AutoCull.js"></script>
146+
<script src="$path/src/gameobjects/components/Bounds.js"></script>
147+
<script src="$path/src/gameobjects/components/BringToTop.js"></script>
148+
<script src="$path/src/gameobjects/components/Core.js"></script>
149+
<script src="$path/src/gameobjects/components/Crop.js"></script>
150+
<script src="$path/src/gameobjects/components/Delta.js"></script>
151+
<script src="$path/src/gameobjects/components/Destroy.js"></script>
152+
<script src="$path/src/gameobjects/components/FixedToCamera.js"></script>
153+
<script src="$path/src/gameobjects/components/Health.js"></script>
154+
<script src="$path/src/gameobjects/components/InCamera.js"></script>
155+
<script src="$path/src/gameobjects/components/InputEnabled.js"></script>
156+
<script src="$path/src/gameobjects/components/InWorld.js"></script>
157+
<script src="$path/src/gameobjects/components/LifeSpan.js"></script>
158+
<script src="$path/src/gameobjects/components/LoadTexture.js"></script>
159+
<script src="$path/src/gameobjects/components/Overlap.js"></script>
160+
<script src="$path/src/gameobjects/components/PhysicsBody.js"></script>
161+
<script src="$path/src/gameobjects/components/Reset.js"></script>
162+
<script src="$path/src/gameobjects/components/ScaleMinMax.js"></script>
163+
<script src="$path/src/gameobjects/components/Smoothed.js"></script>
164+
142165
<script src="$path/src/gameobjects/Events.js"></script>
143166
<script src="$path/src/gameobjects/GameObjectFactory.js"></script>
144167
<script src="$path/src/gameobjects/GameObjectCreator.js"></script>

tasks/manifests/phaser.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,29 @@
2929
"src/core/ScaleManager.js",
3030
"src/core/Game.js",
3131

32+
"src/gameobjects/components/Component.js",
33+
"src/gameobjects/components/Angle.js",
34+
"src/gameobjects/components/Animation.js",
35+
"src/gameobjects/components/AutoCull.js",
36+
"src/gameobjects/components/Bounds.js",
37+
"src/gameobjects/components/BringToTop.js",
38+
"src/gameobjects/components/Core.js",
39+
"src/gameobjects/components/Crop.js",
40+
"src/gameobjects/components/Delta.js",
41+
"src/gameobjects/components/Destroy.js",
42+
"src/gameobjects/components/FixedToCamera.js",
43+
"src/gameobjects/components/Health.js",
44+
"src/gameobjects/components/InCamera.js",
45+
"src/gameobjects/components/InputEnabled.js",
46+
"src/gameobjects/components/InWorld.js",
47+
"src/gameobjects/components/LifeSpan.js",
48+
"src/gameobjects/components/LoadTexture.js",
49+
"src/gameobjects/components/Overlap.js",
50+
"src/gameobjects/components/PhysicsBody.js",
51+
"src/gameobjects/components/Reset.js",
52+
"src/gameobjects/components/ScaleMinMax.js",
53+
"src/gameobjects/components/Smoothed.js",
54+
3255
"src/input/Input.js",
3356
"src/input/Key.js",
3457
"src/input/Keyboard.js",

0 commit comments

Comments
 (0)