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

This commit is contained in:
Colin McMillen 2019-09-25 10:12:02 -04:00
parent 1506b7a3eb
commit 2fe15e98fb

View File

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