mirror of
https://github.com/tonytins/citylimits
synced 2025-06-26 09:44:44 -04:00
Implemented basic buying functions
- Renamed more scripts - Switched license to Artistic 2.0
This commit is contained in:
parent
8435cab605
commit
0b60335591
17 changed files with 330 additions and 428 deletions
5
scripts/autoload/sim_events.gd
Normal file
5
scripts/autoload/sim_events.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends Node
|
||||
|
||||
signal one_time_income
|
||||
signal pay_expense
|
||||
signal game_speed
|
Loading…
Add table
Add a link
Reference in a new issue