add 8k options into texture creator

This commit is contained in:
Kayla Man 2024-04-11 20:28:11 +08:00
parent 0e35560c3b
commit bcfd43b9f5

View file

@ -144,7 +144,8 @@ class CreateTextures(Creator):
9: "512",
10: "1024",
11: "2048",
12: "4096"
12: "4096",
13: "8192"
},
default=None,
label="Size"),