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:
parent
990fe6d331
commit
6bd04f3ead
2 changed files with 16 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue