狐狸技能临时版

This commit is contained in:
2025-10-13 11:57:19 +08:00
parent 8c612d19e2
commit 696cdd1d11
27 changed files with 319 additions and 198 deletions

View File

@ -7,6 +7,8 @@ end
function LevelRabbitRole:ReceiveBeginPlay()
self["SpineAnimationComponent"]:SetSkin("back/move")
self["SpineAnimationComponent"]:SetAnimation(0, "animation", true)
self:InitMoveSpeed(380)
end