tweak
This commit is contained in:
@@ -115,19 +115,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="dungeon-display" id="dungeonDisplay" contenteditable="true"></div>
|
<div class="dungeon-display" id="dungeonDisplay" contenteditable="true"></div>
|
||||||
|
|
||||||
<div class="legend">
|
|
||||||
<h3>Legend:</h3>
|
|
||||||
<div class="legend-item"><strong>#</strong> - Wall</div>
|
|
||||||
<div class="legend-item"><strong>.</strong> - Floor</div>
|
|
||||||
<div class="legend-item"><strong>+</strong> - Door</div>
|
|
||||||
<div class="legend-item"><strong>@</strong> - Player Start</div>
|
|
||||||
<div class="legend-item"><strong>$</strong> - Treasure</div>
|
|
||||||
<div class="legend-item"><strong>!</strong> - Monster</div>
|
|
||||||
<div class="legend-item"><strong>^</strong> - Trap</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="module" src="./dungeon_studio.js"></script>
|
<script type="module" src="dungeon_studio.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user