Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -82,6 +82,7 @@
|
|
82 |
<button onclick="applyChanges()">Apply</button>
|
83 |
</div>
|
84 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
|
|
|
85 |
<script src="{{ url_for('static', filename='game.js') }}"></script>
|
86 |
<script src="{{ url_for('static', filename='tribalStage.js') }}"></script>
|
87 |
<script src="{{ url_for('static', filename='creatureEditor.js') }}"></script>
|
|
|
82 |
<button onclick="applyChanges()">Apply</button>
|
83 |
</div>
|
84 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
|
85 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/examples/js/loaders/GLTFLoader.js"></script>
|
86 |
<script src="{{ url_for('static', filename='game.js') }}"></script>
|
87 |
<script src="{{ url_for('static', filename='tribalStage.js') }}"></script>
|
88 |
<script src="{{ url_for('static', filename='creatureEditor.js') }}"></script>
|