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

@ -21,11 +21,11 @@ config/icon="res://icon.png"
[autoload]
TowerData="*res://src/autoload/twrdata.gd"
GameData="*res://src/autoload/gamedata.gd"
[display]
window/stretch/mode="viewport"
window/stretch/mode="2d"
window/stretch/aspect="keep"
[rendering]