mirror of
https://github.com/tpawstdio/skyscraperrising.git
synced 2025-05-06 22:54:49 -04:00
- Added sprites from OpenTower as a filler until I make my own - Added population property to game data - Renamed gui.gd to gpanel.gd
15 lines
400 B
Text
15 lines
400 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://src/room.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/Office/office_t0_6_1.png" type="Texture" id=2]
|
|
|
|
[node name="Office" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
room_cost = 1000
|
|
room_income = 500
|
|
room_expense = 350
|
|
room_capacity = 1
|
|
is_rentable = true
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 2 )
|