dump: [json] pakchunk0

dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
This commit is contained in:
merith-tk 2024-11-29 17:06:31 -08:00
parent a0202f19ac
commit 6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[
{
"Type": "FontFace",
"Name": "DroidSansFallback",
"Class": "UScriptClass'FontFace'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SourceFilename": "F:\\Perforce\\Releases\\4.24\\Engine\\Content\\Slate\\Fonts\\DroidSansFallback.ttf"
}
}
]

View file

@ -0,0 +1,11 @@
[
{
"Type": "FontFace",
"Name": "RobotoBold",
"Class": "UScriptClass'FontFace'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SourceFilename": "../../Content/Slate/Fonts/Roboto-Bold.ttf"
}
}
]

View file

@ -0,0 +1,11 @@
[
{
"Type": "FontFace",
"Name": "RobotoBoldItalic",
"Class": "UScriptClass'FontFace'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SourceFilename": "../../Content/Slate/Testing/Fonts/Roboto-BoldItalic.ttf"
}
}
]

View file

@ -0,0 +1,11 @@
[
{
"Type": "FontFace",
"Name": "RobotoItalic",
"Class": "UScriptClass'FontFace'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SourceFilename": "../../Content/Slate/Testing/Fonts/Roboto-Italic.ttf"
}
}
]

View file

@ -0,0 +1,12 @@
[
{
"Type": "FontFace",
"Name": "RobotoLight",
"Class": "UScriptClass'FontFace'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SourceFilename": "../../Content/Slate/Fonts/Roboto-Light.ttf",
"Hinting": "EFontHinting::AutoLight"
}
}
]

View file

@ -0,0 +1,11 @@
[
{
"Type": "FontFace",
"Name": "RobotoRegular",
"Class": "UScriptClass'FontFace'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"SourceFilename": "../../Content/Slate/Fonts/Roboto-Regular.ttf"
}
}
]