Skip to content
Snippets Groups Projects
Commit 1cf1a3e1 authored by Saul Sayers's avatar Saul Sayers
Browse files

Chore: tambah info aja

parent 17ca3c21
Branches
Tags
No related merge requests found
...@@ -19,7 +19,8 @@ public class CheatManager : MonoBehaviour ...@@ -19,7 +19,8 @@ public class CheatManager : MonoBehaviour
"Press Z for Motherlode Cheat", "Press Z for Motherlode Cheat",
"Press = for x2 Speed Cheat", "Press = for x2 Speed Cheat",
"Press Backslash for Full HP Pet Cheat", "Press Backslash for Full HP Pet Cheat",
"Press P for Kill Pet Cheat" "Press P for Kill Pet Cheat",
"Press - for resetting all Cheat"
}; };
ResetCheat(); ResetCheat();
...@@ -79,7 +80,7 @@ public class CheatManager : MonoBehaviour ...@@ -79,7 +80,7 @@ public class CheatManager : MonoBehaviour
} else if (Input.GetKeyDown(KeyCode.Minus)) { } else if (Input.GetKeyDown(KeyCode.Minus)) {
ResetCheat(); ResetCheat();
NotificationManager.ShowNotification("Cheat is reset!", 2.0f);
} }
} }
......
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