Load static configs from JSON, export build setup

This commit is contained in:
Daniel Lovell
2024-09-24 13:59:21 -07:00
parent 6a8d66d589
commit 2d56273d5a
25 changed files with 582 additions and 136 deletions

View File

@@ -120,8 +120,11 @@ public class InputManager : MonoBehaviour
void HandleNonLockableInput()
{
HandleScrollWheelInput();
if (Input.GetKeyDown(KeyCode.I))
if(Input.GetKeyDown(KeyCode.Escape))
{
Application.Quit();
}
if (Input.GetKeyDown(KeyCode.C))
{