Added sprites from OpenTower

- Added sprites from OpenTower as a filler until I make my own
- Added population property to game data
- Renamed gui.gd to gpanel.gd
This commit is contained in:
Anthony Foxclaw 2020-04-12 22:16:22 -04:00
parent 0be15a7d67
commit 188400e30a
580 changed files with 9836 additions and 19 deletions

View file

@ -1,6 +1,7 @@
[gd_scene load_steps=2 format=2]
[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 )
@ -9,3 +10,6 @@ room_income = 500
room_expense = 350
room_capacity = 1
is_rentable = true
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 2 )