Skip to content

Commit ec3a2db

Browse files
committed
hmm
1 parent b8e76cd commit ec3a2db

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
<option value="27">Row: 27</option>
111111
<option value="18">Row: 18</option>
112112
<option value="9">Row: 9</option>
113-
<option value="5">Row: 5</option>
114113
</select>
115114
<input id="gui-image-upload" type="file" accept="image/*" onchange="change_gui_image(event)" hidden>
116115
<label id="gui-image-label" for="gui-image-upload" class="bg-[#282c38] rounded-sm shadow-sm h-8 w-1/2 pl-1.5 block content-center truncate">Upload Gui Texture</label>

src/docs/convert/font&gui.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ Example:
6060
"ignore": true,
6161
"gui": {
6262
"offset": [40,21],
63-
"smallchest": true,
64-
"largechest": true
65-
}
63+
"row": 54,
64+
}
6665
}
6766
}
6867
}

0 commit comments

Comments
 (0)