This commit is contained in:
SoulliesOfficial
2026-07-24 03:43:11 -04:00
parent 48e7364981
commit fe00ecfcc7
90 changed files with 9610 additions and 461 deletions

View File

@@ -1,35 +1,35 @@
{
"projectFileVersion": 4,
"sourceFiles": [
"**/*.yarn"
],
"excludeFiles": [
"**/*~/*",
"./Samples/Yarn Spinner*/*"
],
"localisation": {
"zh-CN": {}
},
"baseLanguage": "en",
"compilerOptions": {},
"editorOptions": {
"yarnScriptEditor": {
"characters": [
{
"name": "SLS",
"colour": "#39a7a5"
},
{
"name": "Asahi",
"colour": "#a89a00"
}
],
"projectGraphPositions": {
"C0_A0.yarn": {
"x": 12,
"y": 12
}
}
"projectFileVersion": 4,
"sourceFiles": [
"**/*.yarn"
],
"excludeFiles": [
"**/*~/*",
"./Samples/Yarn Spinner*/*"
],
"localisation": {
"en": {}
},
"baseLanguage": "zh-CN",
"compilerOptions": {},
"editorOptions": {
"yarnScriptEditor": {
"characters": [
{
"name": "SLS",
"colour": "#39a7a5"
},
{
"name": "Asahi",
"colour": "#a89a00"
}
],
"projectGraphPositions": {
"C0_A0.yarn": {
"x": 12,
"y": 12
}
}
}
}
}