This commit is contained in:
WS-3917 2025-03-04 17:07:46 +08:00
parent 48a8dc24a8
commit 5a79120315
529 changed files with 83290 additions and 12 deletions

Binary file not shown.

Binary file not shown.

56
extract-strings.py Normal file
View File

@ -0,0 +1,56 @@
import os
import json
# 递归读取文件夹tmpgui中的所有JSON文件
def read_json_files(directory):
translation_dict = {} # 用来存储所有的m_text值
translation_set = set()
# 遍历目录中的所有文件和子目录
for root, dirs, files in os.walk(directory):
for file in files:
if file.endswith(".json"):
file_path = os.path.join(root, file)
# 读取每个json文件
with open(file_path, "r", encoding="utf-8") as f:
try:
data = json.load(f)
m_text_value = data.get("m_text") # 获取m_text属性的值
# 如果m_text存在追加到translation_dict中
if m_text_value:
if m_text_value not in translation_set:
translation_dict[
file.replace(".json", "").replace(
"TextMeshProUGUI-", ""
)
] = m_text_value
translation_set.add(m_text_value)
except json.JSONDecodeError:
print(f"文件 {file_path} 解析错误")
return translation_dict
# 将字典保存到transdict.json
def save_translation_dict(translation_dict, output_file):
with open(output_file, "w", encoding="utf-8") as f:
json.dump(translation_dict, f, ensure_ascii=False, indent=4)
# 主程序
def main():
directory = "tmpgui" # tmpgui目录
output_file = "transdict.json" # 输出文件名
# 获取所有m_text值并生成字典
translation_dict = read_json_files(directory)
# 将字典保存为json文件
save_translation_dict(translation_dict, output_file)
print(f"翻译字典已保存为 {output_file}")
if __name__ == "__main__":
main()

5
note.txt Normal file
View File

@ -0,0 +1,5 @@
level0 - Initializer
level1 - Disclaimer
level2 - MainMenu
文本对象名 - TextMeshProUGUI、TextMeshPro

Binary file not shown.

View File

@ -0,0 +1,141 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 219
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 504
},
"m_Name": "",
"BackgroundTextLines": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1467
},
{
"m_FileID": 0,
"m_PathID": 1512
},
{
"m_FileID": 0,
"m_PathID": 1531
},
{
"m_FileID": 0,
"m_PathID": 1533
},
{
"m_FileID": 0,
"m_PathID": 1614
},
{
"m_FileID": 0,
"m_PathID": 1608
},
{
"m_FileID": 0,
"m_PathID": 1627
}
]
},
"MainText": {
"m_FileID": 0,
"m_PathID": 1524
},
"BackgroundTextMaxCount": {
"Array": []
},
"creditAreas": {
"Array": [
{
"CreditNames": "... Return",
"CreditCharacterAnimationName": "",
"CreditSound": {
"m_FileID": 4,
"m_PathID": 976
},
"Title": 0,
"CreditDescription": ""
},
{
"CreditNames": "uprank",
"CreditCharacterAnimationName": "CreditChar_Uprank",
"CreditSound": {
"m_FileID": 2,
"m_PathID": 155
},
"Title": 0,
"CreditDescription": "Director, Composer, Programmer, Writer, 2D/3D Art\n\n\n\" I think I miss my low poly ps1 retro indie horror games... \""
},
{
"CreditNames": "puzzlerat",
"CreditCharacterAnimationName": "CreditChar_Ratcastles",
"CreditSound": {
"m_FileID": 2,
"m_PathID": 138
},
"Title": 0,
"CreditDescription": "Composer, Writing Assistance, Playtester\n\n\" i remember you're <color=green>game development</color> \""
},
{
"CreditNames": "trashei",
"CreditCharacterAnimationName": "CreditChar_Trashei",
"CreditSound": {
"m_FileID": 2,
"m_PathID": 134
},
"Title": 0,
"CreditDescription": "Playtester\n\n\" chara apparition in sans's room \""
},
{
"CreditNames": "Fillow",
"CreditCharacterAnimationName": "CreditChar_Fillow",
"CreditSound": {
"m_FileID": 2,
"m_PathID": 149
},
"Title": 0,
"CreditDescription": "Playtester\n\n\" The first rule is cardio? Now I get it..................\""
},
{
"CreditNames": "Abbie Gonzalez",
"CreditCharacterAnimationName": "CreditChar_AbbieGonzalez",
"CreditSound": {
"m_FileID": 4,
"m_PathID": 976
},
"Title": 0,
"CreditDescription": "Creator of the OpenDyselxic Font\n\nSocials\nabbiegonzalez.com"
}
]
},
"CreditTypes": {
"Array": [
0,
1,
1,
1,
1,
1
]
},
"ConsoleMenu": {
"m_FileID": 0,
"m_PathID": 436
},
"CreditName": {
"m_FileID": 0,
"m_PathID": 1590
},
"CreditDescription": {
"m_FileID": 0,
"m_PathID": 1558
},
"CreditIcon": {
"m_FileID": 0,
"m_PathID": 598
}
}

View File

@ -0,0 +1,116 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 315
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 118
},
"m_Name": "",
"BackgroundTextLines": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1548
},
{
"m_FileID": 0,
"m_PathID": 1520
},
{
"m_FileID": 0,
"m_PathID": 1583
},
{
"m_FileID": 0,
"m_PathID": 1510
},
{
"m_FileID": 0,
"m_PathID": 1599
},
{
"m_FileID": 0,
"m_PathID": 1579
}
]
},
"MainText": {
"m_FileID": 0,
"m_PathID": 1490
},
"BackgroundTextMaxCount": {
"Array": []
},
"ExtraContent": {
"Array": [
{
"ExtraName": "... Return",
"Item": {
"m_FileID": 0,
"m_PathID": 0
},
"ExtraType": 0
},
{
"ExtraName": "Old Icons/Logos",
"Item": {
"m_FileID": 2,
"m_PathID": 487
},
"ExtraType": 1
},
{
"ExtraName": "UNDEREVENT 2024 Behind the scenes",
"Item": {
"m_FileID": 2,
"m_PathID": 488
},
"ExtraType": 1
},
{
"ExtraName": "Development Insight Part 1",
"Item": {
"m_FileID": 2,
"m_PathID": 483
},
"ExtraType": 1
},
{
"ExtraName": "Development Insight Part 2",
"Item": {
"m_FileID": 2,
"m_PathID": 484
},
"ExtraType": 1
},
{
"ExtraName": "Development Insight Part 3",
"Item": {
"m_FileID": 2,
"m_PathID": 485
},
"ExtraType": 1
},
{
"ExtraName": "Fun Facts",
"Item": {
"m_FileID": 2,
"m_PathID": 486
},
"ExtraType": 1
}
]
},
"ConsoleMenu": {
"m_FileID": 0,
"m_PathID": 436
},
"ExtraContextMenu": {
"m_FileID": 0,
"m_PathID": 1817
},
"AllowInput": 0
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 9
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "V-Sync",
"SettingsDescription": "Reduces possible screen tearing by syncing the game with your monitor's refresh rate.\n\nMAY SLIGHTLY INCREASE INPUT DELAY!",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1702
},
{
"m_FileID": 0,
"m_PathID": 1573
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1478
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 13
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Menu",
"SettingsDescription": "The key to open either the light or darkworld MENU.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1356
},
{
"m_FileID": 0,
"m_PathID": 1358
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 59
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Right",
"SettingsDescription": "The key to move RIGHT.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1471
},
{
"m_FileID": 0,
"m_PathID": 1442
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 66
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Simplify SFX",
"SettingsDescription": "Adjusts/Disables some effects and other performance heavy audio filters.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1563
},
{
"m_FileID": 0,
"m_PathID": 1670
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1502
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 68
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Instant Text",
"SettingsDescription": "Disables the typing effect in most textboxes.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1549
},
{
"m_FileID": 0,
"m_PathID": 1590
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1419
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 93
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Master Volume",
"SettingsDescription": "Volume of everything.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1500
},
{
"m_FileID": 0,
"m_PathID": 1399
}
]
}
}

View File

@ -0,0 +1,27 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 108
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Revert",
"SettingsDescription": "Resets all keybindings to default.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1430
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 126
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Fullscreen",
"SettingsDescription": "Toggle between whether the game window takes up your entire monitor or not",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1548
},
{
"m_FileID": 0,
"m_PathID": 1739
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1428
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 133
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Effect Volume",
"SettingsDescription": "Volume of Effects.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1433
},
{
"m_FileID": 0,
"m_PathID": 1483
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 149
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Sprint",
"SettingsDescription": "The key to SPRINT. Will make you walk instead if Auto Run is enabled.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1518
},
{
"m_FileID": 0,
"m_PathID": 1423
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 221
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Down",
"SettingsDescription": "The key to move DOWN.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1457
},
{
"m_FileID": 0,
"m_PathID": 1531
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 242
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "No Character Fonts",
"SettingsDescription": "Disables most unique fonts from specific characters, for example Sans and Papyrus's fonts.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1659
},
{
"m_FileID": 0,
"m_PathID": 1652
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1459
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 261
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Dyslexic Fonts",
"SettingsDescription": "Switch most text to the OpenDyslexic font for improved readability.\n\n(There may be occasional weird text wrapping)",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1647
},
{
"m_FileID": 0,
"m_PathID": 1748
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1481
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 272
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Left",
"SettingsDescription": "The key to move LEFT.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1404
},
{
"m_FileID": 0,
"m_PathID": 1526
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 312
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Music Volume",
"SettingsDescription": "Volume of the Music.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1517
},
{
"m_FileID": 0,
"m_PathID": 1375
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 322
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Simplify VFX",
"SettingsDescription": "Adjusts visual effects to improve performance and reduce intensity.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1596
},
{
"m_FileID": 0,
"m_PathID": 1633
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1383
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 340
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Auto Run",
"SettingsDescription": "Automatically makes you sprint, the sprint key will make you walk instead.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1679
},
{
"m_FileID": 0,
"m_PathID": 1773
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1447
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 342
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Cancel",
"SettingsDescription": "The key to CANCEL, for example finishing a line of dialogue.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1391
},
{
"m_FileID": 0,
"m_PathID": 1346
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 369
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "<size=52>Dialogue Volume</size>",
"SettingsDescription": "Volume of the Dialogue.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1414
},
{
"m_FileID": 0,
"m_PathID": 1470
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 408
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Pause",
"SettingsDescription": "The key to PAUSE.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1409
},
{
"m_FileID": 0,
"m_PathID": 1421
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 412
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Up",
"SettingsDescription": "The key to move UP.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1373
},
{
"m_FileID": 0,
"m_PathID": 1366
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 460
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Confirm",
"SettingsDescription": "The key to CONFIRM action, for example interacting with a sign.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1487
},
{
"m_FileID": 0,
"m_PathID": 1498
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 43
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Effect Volume",
"SettingsDescription": "Volume of Effects.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1511
},
{
"m_FileID": 0,
"m_PathID": 1594
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 46
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Menu",
"SettingsDescription": "The key to open either the light or darkworld MENU.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1472
},
{
"m_FileID": 0,
"m_PathID": 1589
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 50
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Instant Text",
"SettingsDescription": "Disables the typing effect in most textboxes.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1651
},
{
"m_FileID": 0,
"m_PathID": 1737
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1475
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 63
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Down",
"SettingsDescription": "The key to move DOWN.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1451
},
{
"m_FileID": 0,
"m_PathID": 1493
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 110
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Music Volume",
"SettingsDescription": "Volume of the Music.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1452
},
{
"m_FileID": 0,
"m_PathID": 1484
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 120
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Sprint",
"SettingsDescription": "The key to SPRINT. Will make you walk instead if Auto Run is enabled.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1471
},
{
"m_FileID": 0,
"m_PathID": 1508
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 132
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Up",
"SettingsDescription": "The key to move UP.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1629
},
{
"m_FileID": 0,
"m_PathID": 1580
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 190
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Right",
"SettingsDescription": "The key to move RIGHT.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1628
},
{
"m_FileID": 0,
"m_PathID": 1436
}
]
}
}

View File

@ -0,0 +1,27 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 233
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Revert",
"SettingsDescription": "Resets all keybindings to default.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1441
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 247
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Confirm",
"SettingsDescription": "The key to CONFIRM action, for example interacting with a sign.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1576
},
{
"m_FileID": 0,
"m_PathID": 1465
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 267
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Pause",
"SettingsDescription": "The key to PAUSE.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1519
},
{
"m_FileID": 0,
"m_PathID": 1574
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 287
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Auto Run",
"SettingsDescription": "Automatically makes you sprint, the sprint key will make you walk instead.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1650
},
{
"m_FileID": 0,
"m_PathID": 1815
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1428
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 297
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Bumpscosity",
"SettingsDescription": "Adjusts the Bumpscosity.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1636
},
{
"m_FileID": 0,
"m_PathID": 1591
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 332
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "<size=52>Dialogue Volume</size>",
"SettingsDescription": "Volume of the Dialogue.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1571
},
{
"m_FileID": 0,
"m_PathID": 1500
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 342
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Simplify VFX",
"SettingsDescription": "Adjusts visual effects to improve performance and reduce intensity.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1678
},
{
"m_FileID": 0,
"m_PathID": 1828
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1492
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 361
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Master Volume",
"SettingsDescription": "Volume of everything.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1443
},
{
"m_FileID": 0,
"m_PathID": 1513
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 364
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Dyslexic Fonts",
"SettingsDescription": "Switch most in-game text to the OpenDyslexic font for improved readability.\n(There may be occasional weird text wrapping)",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1774
},
{
"m_FileID": 0,
"m_PathID": 1653
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1555
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 368
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Cancel",
"SettingsDescription": "The key to CANCEL, for example finishing a line of dialogue.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1626
},
{
"m_FileID": 0,
"m_PathID": 1557
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 393
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Left",
"SettingsDescription": "The key to move LEFT.",
"CurrentlySelected": 0,
"CanBeCanceled": 0,
"RawImages_AffectedByColor": {
"Array": []
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1621
},
{
"m_FileID": 0,
"m_PathID": 1530
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 425
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "V-Sync",
"SettingsDescription": "Reduces possible screen tearing by syncing the game with your monitor's refresh rate.\n\nMAY SLIGHTLY INCREASE INPUT DELAY!",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1836
},
{
"m_FileID": 0,
"m_PathID": 1781
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1625
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 426
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Fullscreen",
"SettingsDescription": "Toggle between whether the game window takes up your entire monitor or not",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1849
},
{
"m_FileID": 0,
"m_PathID": 1783
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1502
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 462
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "No Character Fonts",
"SettingsDescription": "Disables most unique fonts from specific characters, for example Sans and Papyrus's fonts.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1751
},
{
"m_FileID": 0,
"m_PathID": 1794
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1567
}
]
}
}

View File

@ -0,0 +1,36 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 472
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1173
},
"m_Name": "",
"SettingsElementName": "Simplify SFX",
"SettingsDescription": "Adjusts/Disables some effects and other performance heavy audio filters.",
"CurrentlySelected": 0,
"CanBeCanceled": 1,
"RawImages_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1676
},
{
"m_FileID": 0,
"m_PathID": 1730
}
]
},
"TMP_AffectedByColor": {
"Array": [
{
"m_FileID": 0,
"m_PathID": 1606
}
]
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 1
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Placeholder",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 134217727
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 0.02745098
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 62.75,
"m_fontSizeBase": 60.65,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 4
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "KEY",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 40.0,
"m_fontSizeBase": 45.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 40.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 2,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 10
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 2,
"m_PathID": 2473
},
"m_TextStyleHashCode": 1867431062,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 60.0,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 25.0,
"y": 0.0,
"z": -461.4962,
"w": -3.2036629
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 11
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "ARMOR: Bandage",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 2,
"m_PathID": 2473
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 60.0,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": -232.60344,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 12
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Resume\n",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2471
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 22
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 16777215
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 0.0
},
"m_enableVertexGradient": 1,
"m_colorMode": 2,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 0.7735849,
"g": 0.7735849,
"b": 0.7735849,
"a": 1.0
},
"bottomRight": {
"r": 0.7735849,
"g": 0.7735849,
"b": 0.7735849,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 79.4,
"m_fontSizeBase": 79.4,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 14
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Placeholder",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 62.3,
"m_fontSizeBase": 60.65,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 15
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "HP",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2468
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 23
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 54.7,
"m_fontSizeBase": 54.7,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 18
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 63.7,
"m_fontSizeBase": 63.7,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 24
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Are you really sure you want to restart the battle?",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 1,
"m_colorMode": 0,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 47.3,
"m_fontSizeBase": 47.3,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 2,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": -80.586365
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 25
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "---------",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4286611584
},
"m_fontColor": {
"r": 0.5019608,
"g": 0.5019608,
"b": 0.5019608,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 83.96,
"m_fontSizeBase": 83.96,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 26
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Placeholder",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 134217727
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 0.02745098
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 62.75,
"m_fontSizeBase": 60.65,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 28
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Menu",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 45.0,
"m_fontSizeBase": 45.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 34
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Selfless",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 63.7,
"m_fontSizeBase": 63.7,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": -20.547821,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 35
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "KEY",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 40.0,
"m_fontSizeBase": 45.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 40.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 2,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 39
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Placeholder",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 62.3,
"m_fontSizeBase": 60.65,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 40
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 60.0,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 43
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 60.0,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 44
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2468
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 23
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 1,
"m_colorMode": 2,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 0.6603774,
"g": 0.6603774,
"b": 0.6603774,
"a": 1.0
},
"bottomRight": {
"r": 0.6603774,
"g": 0.6603774,
"b": 0.6603774,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 35.0,
"m_fontSizeBase": 35.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 25.0,
"m_fontSizeMax": 48.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 4,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 1,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 20.0,
"z": 20.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 46
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "0",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2468
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 23
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 64.0,
"m_fontSizeBase": 64.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 64.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 0,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 61.14612,
"y": 0.0,
"z": -80.455444,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 50
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "ACCESSIBILITY",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 33.46,
"m_fontSizeBase": 33.46,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 2,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 53
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Yes",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 1,
"m_colorMode": 0,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 73.4,
"m_fontSizeBase": 73.4,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 2,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 55
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "KEY",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 40.0,
"m_fontSizeBase": 45.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 40.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 2,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 57
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 2,
"m_PathID": 2473
},
"m_TextStyleHashCode": 1867431062,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 60.0,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 25.0,
"y": 0.0,
"z": -461.4962,
"w": -3.2036629
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 58
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "MONEY: 0",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 2,
"m_PathID": 2473
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 60.0,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": -232.60344,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 61
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 72.0,
"m_fontSizeBase": 72.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 450.0,
"y": 5.0,
"z": 5.0,
"w": 5.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 63
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Defense",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 63.7,
"m_fontSizeBase": 63.7,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 67
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 63.7,
"m_fontSizeBase": 63.7,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 69
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2476
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 8
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 1,
"m_colorMode": 2,
"m_fontColorGradient": {
"topLeft": {
"r": 0.6415094,
"g": 0.6415094,
"b": 0.6415094,
"a": 1.0
},
"topRight": {
"r": 0.6415094,
"g": 0.6415094,
"b": 0.6415094,
"a": 1.0
},
"bottomLeft": {
"r": 0.18867922,
"g": 0.18867922,
"b": 0.18867922,
"a": 1.0
},
"bottomRight": {
"r": 0.18867922,
"g": 0.18867922,
"b": 0.18867922,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 30.0,
"m_fontSizeBase": 30.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 4,
"m_VerticalAlignment": 1024,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 0,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 1,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 70
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Up",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 45.0,
"m_fontSizeBase": 45.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 71
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "EXP: 0",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 2,
"m_PathID": 2473
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 60.0,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": -232.60344,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 72
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "100%",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 45.0,
"m_fontSizeBase": 45.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 2,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 76
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2468
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 23
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 0.1254902,
"g": 0.1254902,
"b": 0.36862746,
"a": 1.0
},
"m_enableVertexGradient": 1,
"m_colorMode": 2,
"m_fontColorGradient": {
"topLeft": {
"r": 0.12669098,
"g": 0.12669098,
"b": 0.3679245,
"a": 1.0
},
"topRight": {
"r": 0.12669098,
"g": 0.12669098,
"b": 0.3679245,
"a": 1.0
},
"bottomLeft": {
"r": 0.101960786,
"g": 0.101960786,
"b": 0.4,
"a": 1.0
},
"bottomRight": {
"r": 0.101960786,
"g": 0.101960786,
"b": 0.4,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 2,
"m_PathID": 2473
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 64.0,
"m_fontSizeBase": 64.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 1,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 102.481,
"y": 17.84375,
"z": 28.040161,
"w": 16.569214
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 79
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "0",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2475
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 2
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 57.6,
"m_fontSizeBase": 57.6,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": -50.852997,
"w": -17.672272
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 80
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Item Info",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2468
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 23
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4286611584
},
"m_fontColor": {
"r": 0.5,
"g": 0.5,
"b": 0.5,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 57.5,
"m_fontSizeBase": 57.5,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 82
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "0",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 54.1,
"m_fontSizeBase": 54.1,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 2,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 0,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": -15.977821,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 87
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Placeholder",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 62.3,
"m_fontSizeBase": 60.65,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 88
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "GAME",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 33.46,
"m_fontSizeBase": 33.46,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 2,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 92
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 72.0,
"m_fontSizeBase": 72.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 450.0,
"y": 5.0,
"z": 5.0,
"w": 5.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 94
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Simplify VFX",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 45.0,
"m_fontSizeBase": 45.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 95
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2470
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 3
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 64.0,
"m_fontSizeBase": 64.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 240.0,
"y": 95.0,
"z": 980.0,
"w": 10.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 97
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Placeholder",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 134217727
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 0.02745098
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 62.75,
"m_fontSizeBase": 60.65,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 512,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 99
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "Dice Brace",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 50.6,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 1,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 100
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 2,
"m_PathID": 2473
},
"m_TextStyleHashCode": 1867431062,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 60.0,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 25.0,
"y": 0.0,
"z": -461.4962,
"w": -3.2036629
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 103
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "ITEM",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 2,
"m_PathID": 2473
},
"m_TextStyleHashCode": 1867431062,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 75.0,
"m_fontSizeBase": 75.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 4,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 0.0,
"y": 0.0,
"z": -50.852997,
"w": -17.672272
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 104
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "1\n",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2475
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 2
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 0,
"m_PathID": 0
},
"m_TextStyleHashCode": -1183493901,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 57.6,
"m_fontSizeBase": 57.6,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 23.335785,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

View File

@ -0,0 +1,173 @@
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 106
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 1599
},
"m_Name": "",
"m_Material": {
"m_FileID": 0,
"m_PathID": 0
},
"m_Color": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_RaycastTarget": 1,
"m_RaycastPadding": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
},
"m_Maskable": 1,
"m_OnCullStateChanged": {
"m_PersistentCalls": {
"m_Calls": {
"Array": []
}
}
},
"m_text": "",
"m_isRightToLeft": 0,
"m_fontAsset": {
"m_FileID": 2,
"m_PathID": 2472
},
"m_sharedMaterial": {
"m_FileID": 2,
"m_PathID": 4
},
"m_fontSharedMaterials": {
"Array": []
},
"m_fontMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_fontMaterials": {
"Array": []
},
"m_fontColor32": {
"rgba": 4294967295
},
"m_fontColor": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"m_enableVertexGradient": 0,
"m_colorMode": 3,
"m_fontColorGradient": {
"topLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"topRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomLeft": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
},
"bottomRight": {
"r": 1.0,
"g": 1.0,
"b": 1.0,
"a": 1.0
}
},
"m_fontColorGradientPreset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_spriteAsset": {
"m_FileID": 0,
"m_PathID": 0
},
"m_tintAllSprites": 0,
"m_StyleSheet": {
"m_FileID": 2,
"m_PathID": 2473
},
"m_TextStyleHashCode": 1867431062,
"m_overrideHtmlColors": 0,
"m_faceColor": {
"rgba": 4294967295
},
"m_fontSize": 60.0,
"m_fontSizeBase": 60.0,
"m_fontWeight": 400,
"m_enableAutoSizing": 0,
"m_fontSizeMin": 18.0,
"m_fontSizeMax": 72.0,
"m_fontStyle": 0,
"m_HorizontalAlignment": 1,
"m_VerticalAlignment": 256,
"m_textAlignment": 65535,
"m_characterSpacing": 0.0,
"m_wordSpacing": 0.0,
"m_lineSpacing": 0.0,
"m_lineSpacingMax": 0.0,
"m_paragraphSpacing": 0.0,
"m_charWidthMaxAdj": 0.0,
"m_enableWordWrapping": 1,
"m_wordWrappingRatios": 0.4,
"m_overflowMode": 0,
"m_linkedTextComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"parentLinkedComponent": {
"m_FileID": 0,
"m_PathID": 0
},
"m_enableKerning": 1,
"m_enableExtraPadding": 0,
"checkPaddingRequired": 0,
"m_isRichText": 1,
"m_parseCtrlCharacters": 1,
"m_isOrthographic": 1,
"m_isCullingEnabled": 0,
"m_horizontalMapping": 0,
"m_verticalMapping": 0,
"m_uvLineOffset": 0.0,
"m_geometrySortingOrder": 0,
"m_IsTextObjectScaleStatic": 0,
"m_VertexBufferAutoSizeReduction": 0,
"m_useMaxVisibleDescender": 1,
"m_pageToDisplay": 1,
"m_margin": {
"x": 25.0,
"y": 0.0,
"z": -461.4962,
"w": -3.2036629
},
"m_isUsingLegacyAnimationComponent": 0,
"m_isVolumetricText": 0,
"m_hasFontAssetChanged": 0,
"m_baseMaterial": {
"m_FileID": 0,
"m_PathID": 0
},
"m_maskOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"w": 0.0
}
}

Some files were not shown because too many files have changed in this diff Show More