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:
Anthony Foxclaw 2020-04-12 20:06:52 -04:00
parent dff1abaf49
commit 3308bddc6c
12 changed files with 104 additions and 63 deletions

View file

@ -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"]