mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-16 08:32:29 +08:00
fix: 调整相机震动参数并优化组件管理器初始化
将BroomGun的相机震动持续时间从300调整为200,减少震动效果 移除WorldManager中手动调用ComponentManager.init() 在ComponentManager中添加静态初始化方法自动调用init()
This commit is contained in:
@@ -11,7 +11,6 @@ func _ready():
|
||||
tree = get_tree()
|
||||
rootNode = self
|
||||
spawner = $%spawner
|
||||
ComponentManager.init()
|
||||
spawner.spawn_function = justReturn
|
||||
func _physics_process(delta):
|
||||
runningTime += delta * 1000
|
||||
|
||||
Reference in New Issue
Block a user