mirror of
https://github.com/tpawstdio/skyscraperrising.git
synced 2025-06-25 17:44: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
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue