mirror of
https://github.com/tonytins/citylimits
synced 2025-12-16 21:24:43 -05:00
Directory reorganization
- Zones can now detect each other
This commit is contained in:
parent
1f038ea53c
commit
abf160838c
621 changed files with 4148 additions and 5902 deletions
|
|
@ -33,7 +33,7 @@ func _init_advisor(file, advisor):
|
|||
JsonFile.ANALYSIS:
|
||||
dialogue_file = "res://json/policies/cityplanner_analysis.json"
|
||||
|
||||
avatar_texture.texture = preload("res://sprites/avatars/cindy.png")
|
||||
avatar_texture.texture = preload("res://assets/avatars/cindy.png")
|
||||
name_label.text = "Cindy Diamond"
|
||||
rank_label.text = "City Planner"
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ func _init_advisor(file, advisor):
|
|||
JsonFile.ANALYSIS:
|
||||
dialogue_file = "res://json/policies/finacial_analysis.json"
|
||||
|
||||
avatar_texture.texture = preload("res://sprites/avatars/kit.png")
|
||||
avatar_texture.texture = preload("res://assets/avatars/kit.png")
|
||||
name_label.text = "Kit Welsh"
|
||||
rank_label.text = "Financial Advisor"
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ func _init_advisor(file, advisor):
|
|||
JsonFile.ANALYSIS:
|
||||
dialogue_file = "res://json/policies/transport_analysis.json"
|
||||
|
||||
avatar_texture.texture = preload("res://sprites/avatars/zc.png")
|
||||
avatar_texture.texture = preload("res://assets/avatars/zc.png")
|
||||
name_label.text = "Zack Casey"
|
||||
rank_label.text = "Transportation Advisor"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue