浏览代码

Hacked out a UI

tags/v0.1.0
Fen Dweller 6 年前
父节点
当前提交
1ae5244139
找不到此签名对应的密钥 GPG 密钥 ID: E80B35A6F11C3656
共有 1 个文件被更改,包括 37 次插入1 次删除
  1. +37
    -1
      satiate.html

+ 37
- 1
satiate.html 查看文件

@@ -16,5 +16,41 @@
</head>

<body>
<div>hewwo?</div>
<div id="info-area">
<div class="sidebar">
<div id="menu">
this is the menu, eventually
</div>
<div id="self-info">
this is your own info
</div>
</div>
<div id="log">
this is the log
</div>
<div class="sidebar" id="area-info">
this is the area info
</div>
</div>
<div id="control-area">
<div id="actions">
these are the actions
</div>
<div id="desc">
this is a description of your action
</div>
<div id="moves">
beep beep
<div id="move-holder">
<button class="move-button" id="move-up-left">NW</button>
<button class="move-button" id="move-up">N</button>
<button class="move-button" id="move-up-right">NE</button>
<button class="move-button" id="move-left">W</button>
<button class="move-button" id="move-right">E</button>
<button class="move-button" id="move-down-left">SW</button>
<button class="move-button" id="move-down">S</button>
<button class="move-button" id="move-down-right">SE</button>
</div>
</div>
</div>
</body>

正在加载...
取消
保存