[UPdate] About VRCT: Add some poster showcased worlds. and add page number 4.

This commit is contained in:
Sakamoto Shiina
2024-05-20 10:48:10 +09:00
parent 67ba3f62e2
commit 2d90a847cc
8 changed files with 30 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -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 },
]
},
]

View File

@@ -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)