mirror of
https://github.com/tpawstdio/skyscraperrising.git
synced 2025-06-25 09:34:43 -04:00
Added income frequency
- Added years and quarters to the interface - Created timer that increments the number of quarters in a year until it reaches four. After four, the quarter resets and the year increments. - Renamed TowerData to GameData
This commit is contained in:
parent
dff1abaf49
commit
3308bddc6c
12 changed files with 104 additions and 63 deletions
|
@ -9,7 +9,3 @@ room_income = 500
|
|||
room_expense = 350
|
||||
room_capacity = 1
|
||||
is_rentable = true
|
||||
|
||||
[node name="Rent" type="Timer" parent="."]
|
||||
wait_time = 5.0
|
||||
[connection signal="timeout" from="Rent" to="." method="_on_Rent_timeout"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue