Skip to content

Commit

Permalink
Add cancel button and helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
warmist committed Aug 18, 2017
1 parent fdee7e8 commit e455a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions burrows.lua
@@ -0,0 +1 @@
df.global.ui.main.mode=51
1 change: 1 addition & 0 deletions play.html
Expand Up @@ -3,6 +3,7 @@
<select id="item_select"></select>
<button id='btn_haul' type="button" onclick="haul_cur_item()">Haul</button>
<button id='btn_equip' type="button" onclick="equip_cur_item()">Equip</button>
<button type="button" onclick="hide_item_list()">Cancel</button>
</div>
<canvas id="canvas" width="!!canvas_w!!" height="!!canvas_h!!"></canvas>

Expand Down

0 comments on commit e455a7c

Please sign in to comment.