mirror of
https://github.com/tpawstdio/skyscraperrising.git
synced 2025-05-05 14:14:50 -04:00
- 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
11 lines
246 B
Text
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
|