mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-19 22:31:22 +00:00
- 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.
57 lines
1.3 KiB
Text
57 lines
1.3 KiB
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://sprites/avatars/zc.png" type="Texture" id=1]
|
|
[ext_resource path="res://sprites/avatars/kit.png" type="Texture" id=2]
|
|
|
|
[node name="AdvisorMeet" type="WindowDialog"]
|
|
anchor_left = 0.328125
|
|
anchor_top = 0.301667
|
|
anchor_right = 0.722656
|
|
anchor_bottom = 0.763333
|
|
window_title = "Meet"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": true
|
|
}
|
|
|
|
[node name="Advsiors" type="HBoxContainer" parent="."]
|
|
anchor_left = -0.00161441
|
|
anchor_top = -0.00235459
|
|
anchor_right = 0.998386
|
|
anchor_bottom = -0.00235459
|
|
margin_top = 4.0
|
|
margin_bottom = 104.0
|
|
alignment = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="CityPlannerBtn" type="TextureButton" parent="Advsiors"]
|
|
margin_left = 100.0
|
|
margin_right = 200.0
|
|
margin_bottom = 100.0
|
|
texture_normal = ExtResource( 1 )
|
|
|
|
[node name="FinanceBtn" type="TextureButton" parent="Advsiors"]
|
|
margin_left = 204.0
|
|
margin_right = 304.0
|
|
margin_bottom = 100.0
|
|
texture_normal = ExtResource( 2 )
|
|
|
|
[node name="Tree" type="Tree" parent="."]
|
|
anchor_left = 0.0148515
|
|
anchor_top = 0.411552
|
|
anchor_right = 0.987624
|
|
anchor_bottom = 0.978339
|
|
margin_top = -7.62939e-06
|
|
__meta__ = {
|
|
"_edit_use_anchors_": true
|
|
}
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="."]
|
|
anchor_left = 0.0170455
|
|
anchor_top = 0.380995
|
|
anchor_right = 0.985795
|
|
anchor_bottom = 0.397731
|
|
__meta__ = {
|
|
"_edit_use_anchors_": true
|
|
}
|