1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-18 05:55:35 +00:00

Added positional input

This commit is contained in:
BuildTools 2017-02-16 21:12:52 -05:00
parent 990fe6d331
commit 6bd04f3ead
2 changed files with 16 additions and 4 deletions

View file

@ -56,6 +56,12 @@
<label><input type="checkbox" name="small">Small</label><br>
<table class="rotations">
<tr>
<td>Position:</td>
<td>X:<input type="text" name="x-coord" size="5" value="~"></td>
<td>Y:<input type="text" name="y-coord" size="5" value="~"></td>
<td>Z:<input type="text" name="z-coord" size="5" value="~"></td>
</tr>
<tr>
<td>Rotation:</td>
<td colspan="3"><input type="range" name="rotation" min="-360" max="360" value="0"></td>