Skip to content

Commit 9f69a2a

Browse files
committed
update asset index names
1 parent 1ba8477 commit 9f69a2a

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

scripts/control_create/control_create.gml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,20 @@ function control_create() {
565565
if (os_type = os_macosx) mc_default_path = (language != 1 ? "Please choose one..." : "请选择……")
566566
mc_install_path = mc_default_path;
567567

568-
var asset_index_names_keys = ["pre-1.6", "legacy", "1.7.3", "1.7.4", "1.7.10", "14w25a", "14w31a", "1.8", "1.9", "1.9-aprilfools", "1.10", "1.11", "1.12", "1.13", "1.13.1", "1.14", "1.14-af", "1.15", "1.16", "1.17", "1.18", "1.19", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "_"];
569-
var asset_index_names_values = ["Pre-1.6", "1.6-1.7", "1.7.3", "1.7.4", "1.7.10", "14w25a", "1.8 Pre-Release 1", "1.8", "1.9", "1.RV-Pre1", "1.10", "1.11", "1.12", "1.13", "1.13.1", "1.14", "3D Shareware v1.34", "1.15", "1.16", "1.17", "1.18", "1.19", "22w42a", "1.19.3", "1.19.4", "23w14a", "1.20", "23w31a", "1.20.2 Pre-Release 1", "1.20.2", "23w42a", "23w43a", "23w45a", "1.20.3", "24w06a", "24w09a", "24w11a", "1.20.5", "1.21", "1.21.2", "1.21.4", "1.21.4+"];
568+
var asset_index_names_keys = ["pre-1.6", "legacy", "1.7.3", "1.7.4", "1.7.10", "14w25a",
569+
"14w31a", "1.8", "1.9", "1.9-aprilfools", "1.10", "1.11",
570+
"1.12", "1.13", "1.13.1", "1.14", "1.14-af", "1.15", "1.16",
571+
"1.17", "1.18", "1.19",
572+
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10",
573+
"11", "12", "13", "14", "15", "16", "17", "18", "19", "20",
574+
"21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "_"];
575+
var asset_index_names_values = ["Pre-1.6", "1.6-1.7", "1.7.3", "1.7.4", "1.7.10", "14w25a",
576+
"1.8 Pre-Release 1", "1.8", "1.9", "1.RV-Pre1", "1.10", "1.11",
577+
"1.12", "1.13", "1.13.1", "1.14", "3D Shareware v1.34", "1.15", "1.16",
578+
"1.17", "1.18", "1.19",
579+
"22w42a", "1.19.3", "1.19.4", "23w14a", "1.20", "23w31a", "1.20.2 Pre-Release 1", "1.20.2", "23w42a", "23w43a",
580+
"23w45a", "1.20.3", "24w06a", "24w09a", "24w11a", "1.20.5", "1.21", "1.21.2", "1.21.4", "25w02a",
581+
"25w04a", "25w05a", "25w07a", "1.21.5", "25w20a", "1.21.8", "1.21.10", "25w46a", "1.21.11", "26.1-snapshot-7", "26.1+"];
570582

571583
sound_import_asset_index_names = ds_map_create();
572584
sound_import_asset_index_names_sort = ds_list_create(); // TODO: convert this to an array when array_get_index() is available

0 commit comments

Comments
 (0)