mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-20 23:01:22 +00:00
- Rewrote news ticker based on JSON web API tutorials - Simplified json files for news ticker as part of rewrite - Renamed /dialog to /json
13 lines
201 B
GDScript
13 lines
201 B
GDScript
extends Node
|
|
|
|
var res_tax: int = 1
|
|
var comm_tax: int = 1
|
|
var indust_tax: int = 1
|
|
|
|
var res_income: int
|
|
var comm_income: int
|
|
var ind_income: int
|
|
|
|
var fire_tax: int
|
|
var police_tax: int
|
|
var power_tax: int
|