Storyline+Dialog初步

This commit is contained in:
SoulliesOfficial
2026-07-05 16:08:23 -04:00
parent afa8a56e1d
commit d031afd075
464 changed files with 25716 additions and 4209 deletions

View File

@@ -0,0 +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
}
}
}
}
}