Commit graph

7 commits

Author SHA1 Message Date
Anthony Foxclaw
0431e0f0b6 Moved signals to GameEvent loader 2020-04-13 02:08:17 -04:00
Anthony Foxclaw
8fd498367b Added quarter_income signal
- Removed daily income option
- Added quarter_income signal to game data
2020-04-12 22:43:38 -04:00
Anthony Foxclaw
188400e30a Added sprites from OpenTower
- Added sprites from OpenTower as a filler until I make my own
- Added population property to game data
- Renamed gui.gd to gpanel.gd
2020-04-12 22:16:22 -04:00
Anthony Foxclaw
0be15a7d67 Renamed to Skyscraper Rising
- Resized window to a 800px width
- Turned tower label into a button so it can be used to adjust varies aspects of the gameplay. e.g. budget, ect...
- Moved welcome label, tower name edit and create button into a vbox container and embedded it's script into there.
- Added news ticker to the bottom
2020-04-12 21:39:01 -04:00
Anthony Foxclaw
3308bddc6c 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
2020-04-12 20:06:52 -04:00
Anthony Foxclaw
8586220975 Basic office functionality
When an office is no longer vacant, rent timer will start and the player will be paid on and the timer will be restarted on timeout.
2020-04-12 16:47:07 -04:00
Anthony Foxclaw
5d90700bdc Initial source commit 2020-04-12 15:58:56 -04:00