mirror of
https://github.com/tonytins/citylimits
synced 2025-06-26 09:44:44 -04:00
SC3k-style Ordinances
This wound up being a bigger commit than I had initially planned. - New SC3k-style policies based on the advisor code. - Added license file to Font Awesome folder. - Refactored the advisor code so it can handle multiple files. - Updated icons. Should be more consistent now. - Replaced Sims with Animals in ticker text. - Moved dialogs to windows directory.
This commit is contained in:
parent
346ceaacb9
commit
72e2c96542
76 changed files with 2489 additions and 458 deletions
51
scenes/windows/Credits.tscn
Normal file
51
scenes/windows/Credits.tscn
Normal file
|
@ -0,0 +1,51 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="Credits" type="WindowDialog"]
|
||||
anchor_left = 0.394043
|
||||
anchor_top = 0.293333
|
||||
anchor_right = 0.605957
|
||||
anchor_bottom = 0.706667
|
||||
window_title = "Credits"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="RichText" type="RichTextLabel" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "[center]
|
||||
Developed by
|
||||
Tony Bark
|
||||
|
||||
Sprites by
|
||||
Maxis
|
||||
|
||||
Icons by
|
||||
Font Awesome
|
||||
|
||||
Powered by
|
||||
Godot Engine
|
||||
|
||||
Inspired by
|
||||
SimCity
|
||||
[/center]"
|
||||
text = "
|
||||
Developed by
|
||||
Tony Bark
|
||||
|
||||
Sprites by
|
||||
Maxis
|
||||
|
||||
Icons by
|
||||
Font Awesome
|
||||
|
||||
Powered by
|
||||
Godot Engine
|
||||
|
||||
Inspired by
|
||||
SimCity
|
||||
"
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue