小修复

This commit is contained in:
2025-04-23 14:56:24 +08:00
parent 319ee90b7e
commit 63f7d352c3
7 changed files with 235 additions and 22 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace AibisDream
/// </summary>
public class SettingLoader
{
private static readonly string SettingPath = Application.streamingAssetsPath + "/Config/sprite_group.json";
private static readonly string SettingPath = Application.streamingAssetsPath + "/Config/setting.json";
private readonly ConfigContainer _container;