Skip to content

Commit

Permalink
Update 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RattlesHyper committed Apr 12, 2022
1 parent e81148c commit 1ed3e11
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 316 deletions.
13 changes: 13 additions & 0 deletions BotWindow/botwin.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@
</select>
<button id="rclickhotbar">R Click</button>
<button id="sethotbar">Set</button>
<label>Look At</label>
<select id="lookvalue">
<option value="180">North</option>
<option value="0">South</option>
<option value="-90">East</option>
<option value="90">West</option>
</select>
<button id="lookPos">Look</button>
<label style="position: relative; top: px;">Walk</label>
<label style="position: relative; top: -3px;" class="switch">
<input type="checkbox" id="togglewalk">
<span class="slider round"></span>
</label>
<img src="../assets/botwindow/player/HealthHeart.png" style="width: 20px; height: 20px; position: relative; top: 5px;">
<label id="healthhp"> 0</label>
<img src="../assets/botwindow/player/Hunger.webp" style="width: 20px; height: 23px; position: relative; top: 6px;">
Expand Down
Loading

0 comments on commit 1ed3e11

Please sign in to comment.