|
|
|
@@ -6,6 +6,7 @@ |
|
|
|
<title>Satiate</title> |
|
|
|
<link rel="stylesheet" href="satiate.css"> |
|
|
|
<script src="audio.js"></script> |
|
|
|
<script src="world.js"></script> |
|
|
|
<script src="satiate.js"></script> |
|
|
|
<meta name="theme-color" content="#000000" /> |
|
|
|
<meta name="description" content="A text adventure!" /> |
|
|
|
@@ -29,7 +30,8 @@ |
|
|
|
this is the log |
|
|
|
</div> |
|
|
|
<div class="sidebar" id="area-info"> |
|
|
|
this is the area info |
|
|
|
<div id="area-name"></div> |
|
|
|
<div id="area-desc"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="control-area"> |
|
|
|
@@ -45,16 +47,16 @@ |
|
|
|
<div id="moves"> |
|
|
|
beep beep |
|
|
|
<div id="move-holder"> |
|
|
|
<button class="move-button" id="move-up-left"><span>Potato Factory</span></button> |
|
|
|
<button class="move-button" id="move-up"><span>Door</span></button> |
|
|
|
<button class="move-button" id="move-up-right"><span>Butts</span></button> |
|
|
|
<button class="move-button" id="move-left"><span>Fen's Snack Pile</span></button> |
|
|
|
<button class="move-button" id="move-right"><span>Vore</span></button> |
|
|
|
<button class="move-button" id="move-down-left"><span>Dennis</span></button> |
|
|
|
<button class="move-button" id="move-down"><span>Ectoplasm</span></button> |
|
|
|
<button class="move-button" id="move-down-right"><span>E</span></button> |
|
|
|
<button class="move-button" id="move-climb"><span>Penthouse</span></button> |
|
|
|
<button class="move-button" id="move-descend"><span>Basement</span></button> |
|
|
|
<button class="move-button" id="move-up-left">Potato Factory</button> |
|
|
|
<button class="move-button" id="move-up">Door</button> |
|
|
|
<button class="move-button" id="move-up-right">Butts</button> |
|
|
|
<button class="move-button" id="move-left">Fen's Snack Pile</button> |
|
|
|
<button class="move-button" id="move-right">Vore</button> |
|
|
|
<button class="move-button" id="move-down-left">Dennis</button> |
|
|
|
<button class="move-button" id="move-down">Ectoplasm</button> |
|
|
|
<button class="move-button" id="move-down-right">E</button> |
|
|
|
<button class="move-button" id="move-ascend">Penthouse</button> |
|
|
|
<button class="move-button" id="move-descend">Basement</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|