File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
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+
206213EOL ;
207214
208215 if ($ modules ['rope ' ])
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>
You can’t perform that action at this time.
0 commit comments