fixed UiController error
This commit is contained in:
parent
78746c8ff9
commit
a1b7db1ef1
@ -19,9 +19,9 @@ public class UiController : MonoBehaviour
|
||||
Cursor.lockState = CursorLockMode.None;
|
||||
Cursor.visible = true;
|
||||
|
||||
PlayerController.LoadSave();
|
||||
this.LoadSave();
|
||||
}
|
||||
static void SaveGame()
|
||||
void SaveGame()
|
||||
{
|
||||
PlayerPrefs.SetInt(PlayerController.highScore);
|
||||
PlayerPrefs.Save();
|
||||
|
Loading…
Reference in New Issue
Block a user