调整:瞎子小蝶对话呼吸帧脚底浮动;盒子猫楼道标识过高;黄包车起初晃动效果不明显

This commit is contained in:
cakipaul 2025-07-06 23:34:38 +08:00
parent b7f7c2a752
commit 57c381261f
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -29,9 +29,9 @@ func _on_ground_ready() -> void:
var camera = SceneManager.get_camera_marker() var camera = SceneManager.get_camera_marker()
camera.limit_top = -1000 camera.limit_top = -1000
camera.limit_bottom = 158 camera.limit_bottom = 158
await Util.wait(1.0) await SceneManager.ground_start
# 相机抖动 # 相机抖动
camera.shake_camera() camera.shake_camera(6.0, 1.5)
# 不显示玩家,锁定玩家移动 # 不显示玩家,锁定玩家移动
SceneManager.lock_player() SceneManager.lock_player()
main_character = $"../DeployLayer/车夫与吕萍" main_character = $"../DeployLayer/车夫与吕萍"