feat: 新增 TimeSystem 时间系统并注册 Autoload
- project.godot 注册 GameState/TimeSystem 单例 - 存档面板新增快速存档按钮组 - 新增 export_presets.cfg 导出配置
This commit is contained in:
+5
-1
@@ -13,7 +13,11 @@ config_version=5
|
||||
config/name="模拟宗门"
|
||||
run/main_scene="uid://d1odycoaqhhyg"
|
||||
config/features=PackedStringArray("4.7", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[autoload]
|
||||
|
||||
GameState="*res://src/Core/GameState.gd"
|
||||
TimeSystem="*res://src/Core/TimeSystem.gd"
|
||||
|
||||
[display]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user