mirror of
https://github.com/tonytins/citylimits
synced 2025-12-15 20:54:43 -05:00
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:
parent
e86dd64b8b
commit
49a1186115
5 changed files with 26 additions and 12 deletions
|
|
@ -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)
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue