skyscraperrising/project/assets/office.tscn
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

11 lines
246 B
Text

[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/room.gd" type="Script" id=1]
[node name="Office" type="Node2D"]
script = ExtResource( 1 )
room_cost = 1000
room_income = 500
room_expense = 350
room_capacity = 1
is_rentable = true