Reduced starting budget

- Redid money cheat code
- Reduced starting budget to 20k now that the money cheat codes can handle any additional income
This commit is contained in:
Tony Bark 2021-05-21 00:25:37 -04:00
parent e86dd64b8b
commit 49a1186115
5 changed files with 26 additions and 12 deletions

View file

@ -39,7 +39,8 @@ enabled=PoolStringArray( )
ui_cheats={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":96,"unicode":0,"echo":false,"script":null)
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":true,"command":true,"pressed":false,"scancode":67,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":true,"command":true,"pressed":false,"scancode":88,"unicode":0,"echo":false,"script":null)
]
}