citylimits/scenes/windows/ToolsWindow.tscn
Tony Bark abf160838c Directory reorganization
- Zones can now detect each other
2021-10-02 11:12:27 -04:00

163 lines
5.2 KiB
Text

[gd_scene load_steps=24 format=2]
[ext_resource path="res://assets/ui/iccom.png" type="Texture" id=1]
[ext_resource path="res://assets/ui/icpolhi.png" type="Texture" id=2]
[ext_resource path="res://assets/ui/iccomhi.png" type="Texture" id=3]
[ext_resource path="res://assets/ui/icres.png" type="Texture" id=4]
[ext_resource path="res://assets/ui/icreshi.png" type="Texture" id=5]
[ext_resource path="res://assets/ui/icfire.png" type="Texture" id=6]
[ext_resource path="res://assets/ui/icindhi.png" type="Texture" id=7]
[ext_resource path="res://assets/ui/icind.png" type="Texture" id=8]
[ext_resource path="res://assets/ui/icqry.png" type="Texture" id=9]
[ext_resource path="res://assets/ui/icpol.png" type="Texture" id=10]
[ext_resource path="res://assets/ui/icnuc.png" type="Texture" id=11]
[ext_resource path="res://assets/ui/icpark.png" type="Texture" id=12]
[ext_resource path="res://assets/ui/icseap.png" type="Texture" id=13]
[ext_resource path="res://assets/ui/icseaphi.png" type="Texture" id=14]
[ext_resource path="res://assets/ui/icstad.png" type="Texture" id=15]
[ext_resource path="res://assets/ui/icdozrhi.png" type="Texture" id=16]
[ext_resource path="res://assets/ui/icfirehi.png" type="Texture" id=17]
[ext_resource path="res://assets/ui/iccoal.png" type="Texture" id=18]
[ext_resource path="res://assets/ui/icqryhi.png" type="Texture" id=19]
[ext_resource path="res://assets/ui/icparkhi.png" type="Texture" id=20]
[ext_resource path="res://assets/ui/icdozr.png" type="Texture" id=21]
[ext_resource path="res://assets/ui/iccoalhi.png" type="Texture" id=22]
[ext_resource path="res://assets/ui/icnuchi.png" type="Texture" id=23]
[node name="ToolsWindow" type="WindowDialog"]
anchor_left = 0.40332
anchor_top = 0.315
anchor_right = 0.544922
anchor_bottom = 0.683333
window_title = "Tools"
__meta__ = {
"_edit_use_anchors_": true
}
[node name="CenterCtr" type="CenterContainer" parent="."]
anchor_left = 0.5
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -90.0
margin_right = 90.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VertCtr" type="VBoxContainer" parent="CenterCtr"]
margin_top = 24.0
margin_right = 180.0
margin_bottom = 196.0
[node name="LargeCtr" type="HBoxContainer" parent="CenterCtr/VertCtr"]
margin_right = 180.0
margin_bottom = 42.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureButton" type="TextureButton" parent="CenterCtr/VertCtr/LargeCtr"]
margin_right = 42.0
margin_bottom = 42.0
texture_normal = ExtResource( 15 )
[node name="TextureButton2" type="TextureButton" parent="CenterCtr/VertCtr/LargeCtr"]
margin_left = 46.0
margin_right = 88.0
margin_bottom = 42.0
texture_normal = ExtResource( 13 )
texture_pressed = ExtResource( 14 )
[node name="NuclearBtn" type="TextureButton" parent="CenterCtr/VertCtr/LargeCtr"]
margin_left = 92.0
margin_right = 134.0
margin_bottom = 42.0
texture_normal = ExtResource( 11 )
texture_pressed = ExtResource( 23 )
[node name="CoalBtn" type="TextureButton" parent="CenterCtr/VertCtr/LargeCtr"]
margin_left = 138.0
margin_right = 180.0
margin_bottom = 42.0
texture_normal = ExtResource( 18 )
texture_pressed = ExtResource( 22 )
[node name="SmallCtr" type="HBoxContainer" parent="CenterCtr/VertCtr"]
margin_top = 46.0
margin_right = 180.0
margin_bottom = 80.0
__meta__ = {
"_edit_use_anchors_": true
}
[node name="PoliceBtn" type="TextureButton" parent="CenterCtr/VertCtr/SmallCtr"]
margin_right = 34.0
margin_bottom = 34.0
texture_normal = ExtResource( 2 )
texture_pressed = ExtResource( 10 )
[node name="FireBtn" type="TextureButton" parent="CenterCtr/VertCtr/SmallCtr"]
margin_left = 38.0
margin_right = 72.0
margin_bottom = 34.0
texture_normal = ExtResource( 17 )
texture_pressed = ExtResource( 6 )
[node name="ParkBtn" type="TextureButton" parent="CenterCtr/VertCtr/SmallCtr"]
margin_left = 76.0
margin_right = 110.0
margin_bottom = 34.0
texture_normal = ExtResource( 12 )
texture_pressed = ExtResource( 20 )
[node name="ToolsCtr" type="HBoxContainer" parent="CenterCtr/VertCtr"]
margin_top = 84.0
margin_right = 180.0
margin_bottom = 118.0
__meta__ = {
"_edit_use_anchors_": true
}
[node name="InfoBtn" type="TextureButton" parent="CenterCtr/VertCtr/ToolsCtr"]
margin_right = 34.0
margin_bottom = 34.0
texture_normal = ExtResource( 9 )
texture_pressed = ExtResource( 19 )
[node name="BulldozeBtn" type="TextureButton" parent="CenterCtr/VertCtr/ToolsCtr"]
margin_left = 38.0
margin_right = 72.0
margin_bottom = 34.0
texture_normal = ExtResource( 21 )
texture_pressed = ExtResource( 16 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ZonesCtr" type="HBoxContainer" parent="CenterCtr/VertCtr"]
margin_top = 122.0
margin_right = 180.0
margin_bottom = 172.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ResBtn" type="TextureButton" parent="CenterCtr/VertCtr/ZonesCtr"]
margin_right = 34.0
margin_bottom = 50.0
texture_normal = ExtResource( 4 )
texture_pressed = ExtResource( 5 )
[node name="ComBtn" type="TextureButton" parent="CenterCtr/VertCtr/ZonesCtr"]
margin_left = 38.0
margin_right = 72.0
margin_bottom = 50.0
texture_normal = ExtResource( 1 )
texture_pressed = ExtResource( 3 )
[node name="IndBtn" type="TextureButton" parent="CenterCtr/VertCtr/ZonesCtr"]
margin_left = 76.0
margin_right = 110.0
margin_bottom = 50.0
texture_normal = ExtResource( 8 )
texture_pressed = ExtResource( 7 )