mirror of
https://github.com/tpawstdio/skyscraperrising.git
synced 2025-06-26 01:54:44 -04:00
Added quarter_income signal
- Removed daily income option - Added quarter_income signal to game data
This commit is contained in:
parent
188400e30a
commit
8fd498367b
7 changed files with 55 additions and 25 deletions
|
@ -7,3 +7,5 @@ var prev_quarter: int
|
|||
var quarter: int = 1
|
||||
var population: int = 0
|
||||
enum GameSpeed { SLOW, MEDIUM, FAST }
|
||||
|
||||
signal quarter_income
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue