mirror of
https://github.com/tonytins/citylimits
synced 2025-12-19 22:24:42 -05:00
Organized city and advisor dialogs
- Added another existing character, Cindy Diamond, to take over as City Planning now that City Limits officially takes place in Nethington. Zack now handles transport. - News keys are now properly shuffled after index. - Updated screenshot to the recent look - Simplified money cheat - Updated credits in README
This commit is contained in:
parent
8b37060d5c
commit
986789ae5d
19 changed files with 400 additions and 46 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://sprites/avatars/zc.png" type="Texture" id=1]
|
||||
[ext_resource path="res://sprites/avatars/cindy.png" type="Texture" id=1]
|
||||
[ext_resource path="res://sprites/avatars/kit.png" type="Texture" id=2]
|
||||
[ext_resource path="res://sprites/avatars/zc.png" type="Texture" id=3]
|
||||
|
||||
[node name="AdvisorMeet" type="WindowDialog"]
|
||||
anchor_left = 0.328125
|
||||
|
|
@ -37,6 +38,12 @@ margin_right = 304.0
|
|||
margin_bottom = 100.0
|
||||
texture_normal = ExtResource( 2 )
|
||||
|
||||
[node name="TransportBtn" type="TextureButton" parent="Advsiors"]
|
||||
margin_left = 204.0
|
||||
margin_right = 304.0
|
||||
margin_bottom = 100.0
|
||||
texture_normal = ExtResource( 3 )
|
||||
|
||||
[node name="Tree" type="Tree" parent="."]
|
||||
anchor_left = 0.0148515
|
||||
anchor_top = 0.411552
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue