Added sprint mechanic, unified options menu
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user