角色属性配置化

This commit is contained in:
2025-10-13 12:57:04 +08:00
parent 696cdd1d11
commit f8a05026d5
16 changed files with 67 additions and 147 deletions

View File

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