增加音效接口

This commit is contained in:
2024-10-27 19:08:26 +08:00
parent 872e4b6938
commit c818382408
4 changed files with 25 additions and 15 deletions

View File

@@ -14,6 +14,8 @@ namespace Game.Component
public int completeConditionNumber = 10;
public float playerBaseSpeed = 4f;
[Header("关卡背景音乐")]public string BGM = "";
[FormerlySerializedAs ("completeProp")] public SuccessProp successProp;
[LabelText ("当前完成数:")] private int _currentConditionNumber = 0;