broadfield-dev commited on
Commit
4ea9b13
·
verified ·
1 Parent(s): 3790364

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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>