40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://0so4tpnkk8t2"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/gui/scanner_modes.gd" id="1_synac"]
|
|
[ext_resource type="Theme" uid="uid://dnebunkx13tbr" path="res://assets/gui/Text.tres" id="2_3kvh5"]
|
|
[ext_resource type="Texture2D" uid="uid://dpfe11wn04ntd" path="res://assets/gui/icons/watering-soil.svg" id="3_7lrcm"]
|
|
[ext_resource type="Texture2D" uid="uid://dgo81cisfryi1" path="res://assets/gui/icons/soil-alt.svg" id="4_ld01f"]
|
|
[ext_resource type="Texture2D" uid="uid://bdg3ep75da6xd" path="res://assets/gui/icons/tree.svg" id="5_fjsbw"]
|
|
|
|
[node name="ScannerModes" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 0
|
|
script = ExtResource("1_synac")
|
|
|
|
[node name="Scanner Select" type="OptionButton" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_left = -60.5
|
|
offset_right = 60.5
|
|
offset_bottom = 40.0
|
|
grow_horizontal = 2
|
|
theme = ExtResource("2_3kvh5")
|
|
selected = 0
|
|
item_count = 4
|
|
popup/item_0/text = "No Scanner"
|
|
popup/item_1/text = "Water"
|
|
popup/item_1/icon = ExtResource("3_7lrcm")
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "Fertility"
|
|
popup/item_2/icon = ExtResource("4_ld01f")
|
|
popup/item_2/id = 2
|
|
popup/item_3/text = "Population"
|
|
popup/item_3/icon = ExtResource("5_fjsbw")
|
|
popup/item_3/id = 3
|
|
|
|
[connection signal="item_selected" from="Scanner Select" to="." method="_on_scanner_select_item_selected"]
|