Removed some old code
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 689 B |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 589 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.4 KiB |
|
@ -196,9 +196,15 @@
|
|||
<h1>Textures</h1>
|
||||
<div>
|
||||
<div class="control">
|
||||
<label>Skin URL: <input id="skin_url" type="text" value="img/skin.png" placeholder="none" list="default_skins"></label>
|
||||
<label>Skin URL: <input id="skin_url" type="text" value="img/1_8_texturemap_redux.png" placeholder="none" list="default_skins"></label>
|
||||
<datalist id="default_skins">
|
||||
<option value="img/skin.png">
|
||||
<option value="img/1_8_texturemap_redux.png">
|
||||
<option value="img/hacksore.png">
|
||||
<option value="img/haka.png">
|
||||
<option value="img/hatsune_miku.png">
|
||||
<option value="img/ironman_hd.png">
|
||||
<option value="img/sethbling.png">
|
||||
<option value="img/james090500.png">
|
||||
</datalist>
|
||||
<input id="skin_url_upload" type="file" accept="image/*" style="display: none;">
|
||||
<button type="button" class="control"
|
||||
|
@ -229,7 +235,9 @@
|
|||
<label>Cape URL: <input id="cape_url" type="text" value="" placeholder="none" list="default_capes"></label>
|
||||
<datalist id="default_capes">
|
||||
<option value="">
|
||||
<option value="img/cape.png">
|
||||
<option value="img/mojang_cape.png">
|
||||
<option value="img/legacy_cape.png">
|
||||
<option value="img/hd_cape.png">
|
||||
<option value="img/animated.png">
|
||||
</datalist>
|
||||
<input id="cape_url_upload" type="file" accept="image/*" style="display: none;">
|
||||
|
|