mirror of
https://github.com/tonytins/citylimits
synced 2025-12-19 06:14:42 -05:00
Redid interface
- Redid the interface with everything now at the bottom. - Advisors can now address the mayor and city - Updated tax window with red and green arrow icons - Tweaked income algorithm
This commit is contained in:
parent
7a4619f874
commit
d3350dd8a6
18 changed files with 529 additions and 186 deletions
|
|
@ -2,8 +2,8 @@ extends Node2D
|
|||
|
||||
onready var rotate_news = $RotateNews
|
||||
onready var day_cycle = $DayCycle
|
||||
onready var turtle_btn = $Controls/Status/SpeedCtr/TurtleBtn
|
||||
onready var cheeta_btn = $Controls/Status/SpeedCtr/CheetaBtn
|
||||
onready var turtle_btn = $Controls/Status/StatCtr/ButtonCtr/TurtleBtn
|
||||
onready var cheeta_btn = $Controls/Status/StatCtr/ButtonCtr/CheetaBtn
|
||||
|
||||
func _ready():
|
||||
SimEvents.connect("resume_news", self, "_resume_rotation")
|
||||
|
|
@ -45,3 +45,4 @@ func _on_CheetaBtn_toggled(button_pressed):
|
|||
if button_pressed:
|
||||
day_cycle.wait_time = 2
|
||||
turtle_btn.pressed = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue