add: Player script with hp

add: player death handling and OnLevelFailed event
This commit is contained in:
KOSMOGOR
2025-04-25 13:40:23 +03:00
parent 202cdb5702
commit dc6707f2a9
9 changed files with 75 additions and 7 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ using UnityEngine.SceneManagement;
public class DeployController : MonoBehaviour
{
public void Start() {
Cursor.lockState = CursorLockMode.None;
Cursor.visible = true;
GameController.SetCursorState(true);
}
public void Deploy(string sceneName) {