From 9326e713b7c88681ddf10248bc39380ff23cbcc0 Mon Sep 17 00:00:00 2001 From: Deni Date: Mon, 30 Oct 2023 22:07:23 +0100 Subject: [PATCH] Add info file with lists of all available icons --- info.json | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 info.json diff --git a/info.json b/info.json new file mode 100644 index 0000000..b53bb4e --- /dev/null +++ b/info.json @@ -0,0 +1,58 @@ +{ + "official_icons": [ + "333", + "222", + "444", + "555", + "666", + "777", + "333bf", + "333fm", + "333oh", + "clock", + "minx", + "pyram", + "skewb", + "sq1", + "444bf", + "555bf", + "333mbf", + "333mbo", + "333ft", + "magic", + "mmagic" + ], + "unofficial_icons": [ + "222bf", + "222oh", + "234relay", + "2345relay", + "23456relay", + "234567relay", + "333mts", + "333_mirror_blocks", + "333_mirror_blocks_bld", + "333_oh_bld_relay", + "333_oh_bld_team_relay", + "333_team_bld", + "333_team_factory", + "333bf_2_person_relay", + "333bf_3_person_relay", + "333bf_4_person_relay", + "333bf_8_person_relay", + "444ft", + "666bf", + "777bf", + "curvycopter", + "fisher", + "fto", + "helicopter", + "kilominx", + "miniguild", + "mpyram", + "mskewb", + "mtetram", + "pyramorphix", + "redi" + ] +}