diff --git a/img/about_vrct/showcased_worlds/chakachaka_multipurpose_room.png b/img/about_vrct/showcased_worlds/chakachaka_multipurpose_room.png new file mode 100644 index 00000000..4829e2b3 Binary files /dev/null and b/img/about_vrct/showcased_worlds/chakachaka_multipurpose_room.png differ diff --git a/img/about_vrct/showcased_worlds/coffee_keisyoku_chakachaka.png b/img/about_vrct/showcased_worlds/coffee_keisyoku_chakachaka.png deleted file mode 100644 index 47bbc41a..00000000 Binary files a/img/about_vrct/showcased_worlds/coffee_keisyoku_chakachaka.png and /dev/null differ diff --git a/img/about_vrct/showcased_worlds/kr_jp_exchange.png b/img/about_vrct/showcased_worlds/kr_jp_exchange.png new file mode 100644 index 00000000..c92eb13e Binary files /dev/null and b/img/about_vrct/showcased_worlds/kr_jp_exchange.png differ diff --git a/img/about_vrct/showcased_worlds/smokerz_guild_v2.png b/img/about_vrct/showcased_worlds/smokerz_guild_v2.png new file mode 100644 index 00000000..a02edf1c Binary files /dev/null and b/img/about_vrct/showcased_worlds/smokerz_guild_v2.png differ diff --git a/img/about_vrct/showcased_worlds/stretch_club_starting_from_minus.png b/img/about_vrct/showcased_worlds/stretch_club_starting_from_minus.png new file mode 100644 index 00000000..05d7db3b Binary files /dev/null and b/img/about_vrct/showcased_worlds/stretch_club_starting_from_minus.png differ diff --git a/img/about_vrct/showcased_worlds/sushi_guru_annex.png b/img/about_vrct/showcased_worlds/sushi_guru_annex.png new file mode 100644 index 00000000..e8576420 Binary files /dev/null and b/img/about_vrct/showcased_worlds/sushi_guru_annex.png differ diff --git a/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/about_vrct_store.py b/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/about_vrct_store.py index 2ec00ef1..bc015b17 100644 --- a/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/about_vrct_store.py +++ b/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/about_vrct_store.py @@ -18,6 +18,7 @@ poster_showcase_worlds_settings = [ { "image_file_name": "silakan_datang_ke_rumahku.png", "x_post_num": "1788522607631056941" }, { "image_file_name": "uj_club.png", "x_post_num": "1780791654196388201" }, { "image_file_name": "sushi_stand_guruguru.png", "x_post_num": "1788523302404952218" }, + { "image_file_name": "sushi_guru_annex.png", "x_post_num": None }, ] }, @@ -76,7 +77,7 @@ poster_showcase_worlds_settings = [ { "author_name": "chakamoto", "data": [ - { "image_file_name": "coffee_keisyoku_chakachaka.png", "x_post_num": None }, + { "image_file_name": "chakachaka_multipurpose_room.png", "x_post_num": None }, ] }, @@ -119,4 +120,29 @@ poster_showcase_worlds_settings = [ { "image_file_name": "monogatari_meetup.png", "x_post_num": "1781538415789674976" }, ] }, + + + # tommie_500 + { + "author_name": "tommie_500", + "data": [ + { "image_file_name": "stretch_club_starting_from_minus.png", "x_post_num": None }, + ] + }, + + # MiMi_Sorahana # VRC日韓交流会 (KRJPEX.1355) + { + "author_name": "tommie_500", + "data": [ + { "image_file_name": "kr_jp_exchange.png", "x_post_num": None }, + ] + }, + + # Ein(アイン) + { + "author_name": "ein", + "data": [ + { "image_file_name": "smokerz_guild_v2.png", "x_post_num": None }, + ] + }, ] \ No newline at end of file diff --git a/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/createSettingBox_AboutVrct.py b/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/createSettingBox_AboutVrct.py index 3ef4b4fc..7e18e939 100644 --- a/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/createSettingBox_AboutVrct.py +++ b/vrct_gui/config_window/widgets/createSideMenuAndSettingsBoxContainers/setting_box_containers/setting_box_about_vrct/createSettingBox_AboutVrct.py @@ -346,6 +346,9 @@ def createSettingBox_AboutVrct(setting_box_wrapper, config_window, settings, vie goal_angle = 180 elif index == 2: start_angle = 180 + goal_angle = 270 + elif index == 3: + start_angle = 270 goal_angle = 360 return(start_angle, goal_angle)