Skip to content

Commit 161b9e4

Browse files
author
formikaio
committed
divide libs and actual code
1 parent 09628b5 commit 161b9e4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ <h3>Blurb</h3>
282282
<div name="healthtext" class="healthtext"></div>
283283
</div>
284284
</body>
285-
<script src="seedrandom.js"></script>
286-
<script src="box2d.js"></script>
285+
<script src="lib/seedrandom.js"></script>
286+
<script src="lib/box2d.js"></script>
287287
<script src="ghost.js"></script>
288288
<script src="path.js"></script>
289289
<script src="cawro.js"></script>

box2d.js lib/box2d.js

File renamed without changes.

seedrandom.js lib/seedrandom.js

File renamed without changes.

0 commit comments

Comments
 (0)