Browse Source

change dir structure of resources/ tree (now res/)

main
Colin McMillen 5 years ago
parent
commit
2fe15e98fb
  1. 4
      index.html

4
index.html

@ -30,8 +30,8 @@
<button id="3x">3x</button>
<button id="4x">4x</button>
<button id="5x">5x</button>
<img src="resources/tf_atlantis_tiles.png" id="atlantis" style="display: none">
<img src="resources/ghost1.png" id="ghost" style="display: none">
<img src="res/tf/atlantis/tf_atlantis_tiles.png" id="atlantis" style="display: none">
<img src="res/tf/halloween/ghost1.png" id="ghost" style="display: none">
<script src="main.js"></script>
</body>
</html>
Loading…
Cancel
Save