This repository was archived by the owner on Dec 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,14 @@ <h1>Map generation<small> - work in progress</small></h1>
3737 </ div >
3838
3939 < script src ="https://code.jquery.com/jquery-1.12.3.min.js " integrity ="sha256-aaODHAgvwQW1bFOGXMeX+pC4PZIPsvn2h1sArYOhgXQ= " crossorigin ="anonymous "> </ script >
40- < script src ="../js/mapgen.js " type ="text/javascript "> </ script >
40+ <!--< script src="../js/mapgen.js" type="text/javascript"></script>
4141 <script src="../js/mapgen-objects.js" type="text/javascript"></script>
4242 <script src="../js/mapgen-privates.js" type="text/javascript"></script>
4343 <script src="../js/mapgen-methods.js" type="text/javascript"></script>
4444 <script src="../js/demo_base_objects.js" type="text/javascript"></script>
45- < script src ="../js/demo_room_samples.js " type ="text/javascript "> </ script >
45+ <script src="../js/demo_room_samples.js" type="text/javascript"></script>-->
46+ < script src ="../build.js " type ="text/javascript "> </ script >
47+ < script src ="../build-demo.js " type ="text/javascript "> </ script >
4648 < script type ="text/javascript ">
4749
4850 // Generating the map
You can’t perform that action at this time.
0 commit comments