citylimits/scenes/Credits.tscn
Tony Bark d1da70a099 Streamlined advisor window
- Streamlined advisor window messages through signals.
- Added TODO file
- Ignore /except directory
- News ticker based on the advisor code with text from SC3k with news from the game, with some exceptions.
- New SC3k-like interface.
- Added icons from Font Awesome.
2021-05-26 03:35:52 -04:00

52 lines
683 B
Text

[gd_scene format=2]
[node name="Credits" type="WindowDialog"]
visible = true
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
Assets by
Maxis
Interface Icons by
Font Awesome
Powered by
Godot Engine
Inspired by
SimCity
[/center]"
text = "
Developed by
Tony Bark
Assets by
Maxis
Interface Icons by
Font Awesome
Powered by
Godot Engine
Inspired by
SimCity
"
__meta__ = {
"_edit_use_anchors_": false
}