Added sprint mechanic, unified options menu

This commit is contained in:
finnchen123
2026-02-15 11:40:42 +01:00
parent 55ba43401d
commit 395e58e45c
12 changed files with 11928 additions and 21072 deletions

View File

@@ -135,10 +135,6 @@ namespace Assets.Scripts
fight.GetComponent<Fight>().playerAction(index);
}
public void switchOptionView(string key){
uihandler.showOptionView(key);
}
public void closeTutorial(){
uihandler.closeTutorial();
}