Skip to content

Commit a01f59d

Browse files
committed
Added Path Manager Plugin.
1 parent 4548d70 commit a01f59d

7 files changed

Lines changed: 2915 additions & 4 deletions

File tree

build/config.php

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
113113
<script src="$path/src/geom/Circle.js"></script>
114114
<script src="$path/src/geom/Ellipse.js"></script>
115+
<script src="$path/src/geom/Hermite.js"></script>
115116
<script src="$path/src/geom/Line.js"></script>
116117
<script src="$path/src/geom/Matrix.js"></script>
117118
<script src="$path/src/geom/Point.js"></script>
@@ -203,6 +204,12 @@
203204
<script src="$path/src/plugins/weapon/WeaponPlugin.js"></script>
204205
<script src="$path/src/plugins/weapon/Bullet.js"></script>
205206
207+
<script src="$path/src/plugins/path/PathManagerPlugin.js"></script>
208+
<script src="$path/src/plugins/path/Path.js"></script>
209+
<script src="$path/src/plugins/path/PathFollower.js"></script>
210+
<script src="$path/src/plugins/path/PathPoint.js"></script>
211+
<script src="$path/src/plugins/path/EventTarget.js"></script>
212+
206213
EOL;
207214

208215
if ($modules['rope'])
@@ -296,10 +303,10 @@
296303
}
297304

298305
echo <<<EOL
299-
<script src="$path/src/system/Device.js"></script>
300-
<script src="$path/src/system/DOM.js"></script>
301-
<script src="$path/src/system/Canvas.js"></script>
302-
<script src="$path/src/system/RequestAnimationFrame.js"></script>
306+
<script src="$path/src/utils/Device.js"></script>
307+
<script src="$path/src/utils/DOM.js"></script>
308+
<script src="$path/src/utils/Canvas.js"></script>
309+
<script src="$path/src/utils/RequestAnimationFrame.js"></script>
303310
304311
<script src="$path/src/math/Math.js"></script>
305312
<script src="$path/src/math/RandomDataGenerator.js"></script>

0 commit comments

Comments
 (0)