-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
Rohit Vighne edited this page Aug 23, 2016
·
2 revisions
First, before your own code runs, include all the scripts from the src directory, in this order:
<script src="vector.js"></script>
<script src="color.js"></script>
<script src="scenemap.js"></script>
<script src="player.js"></script>
<script src="renderer.js"></script>
Make sure you change all the relative paths to reflect your directory structure. Currently, there are no production builds available, so this is necessary to ensure that all internal dependencies are satisfied.