Newer
Older
DungeonShooting / DungeonShooting_Godot / src / game / activity / role / player / PlayerRoleState.cs
@小李xl 小李xl on 30 Jan 2024 348 bytes 制作weapon0013, 添加金币吸引效果

public class PlayerRoleState : RoleState
{
    /// <summary>
    /// 翻滚速度
    /// </summary>
    public float RollSpeed = 170f;

    /// <summary>
    /// 翻滚持续时间
    /// </summary>
    public float RollTime = 0.15f;
    
    /// <summary>
    /// 翻滚冷却时间
    /// </summary>
    public float RollCoolingTime = 0.2f;
}