Skip to content
Snippets Groups Projects
Commit 560ca442 authored by Vanessa Wiyono's avatar Vanessa Wiyono
Browse files

Merge branch 'hotfix-scenename' into 'dev'

fix: hotfix scene name typo

See merge request !22
parents 6d684c71 69c08ad5
Branches
Tags
1 merge request!22fix: hotfix scene name typo
......@@ -103,6 +103,6 @@ public class PlayerStateController : EntityStateController
private void OnDeath()
{
state = PlayerState.DEAD;
SceneManager.LoadScene("DeathCutscenes");
SceneManager.LoadScene("DeathCutscene");
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment