增加boss 出场cg

This commit is contained in:
2024-10-26 01:38:30 +08:00
parent 524c3afbc6
commit b86887ce09
85 changed files with 75380 additions and 227 deletions

View File

@@ -0,0 +1,17 @@
using System;
using UnityEngine;
namespace Game.Component
{
public class AnimatorStateUpdate : MonoBehaviour
{
public Animator Animator;
public string stateName = "state";
public int state;
private void Update ()
{
this.Animator.SetInteger (this.stateName , this.state);
}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 811b7250fe3c47af948b28ad91ee042d
timeCreated: 1729872108