citylimits/scripts/core_gui.gd
Tony Bark 49a1186115 Reduced starting budget
- Redid money cheat code
- Reduced starting budget to 20k now that the money cheat codes can handle any additional income
2021-05-21 00:25:37 -04:00

8 lines
179 B
GDScript

extends Control
onready var debug_console = $Console
onready var advisor = $AdvsiorNotice
func _process(delta):
if Input.is_action_pressed("ui_cheats"):
debug_console.show()