generated from krampus/template-godot4
19 lines
754 B
Plaintext
19 lines
754 B
Plaintext
[gd_scene format=3 uid="uid://cpmlj6muvdwix"]
|
|
|
|
[ext_resource type="Script" uid="uid://bxeithajd5q5x" path="res://prefabs/ui/building_selector.gd" id="1_xurng"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xurng"]
|
|
resource_local_to_scene = true
|
|
bg_color = Color(0, 0, 0, 0)
|
|
border_color = Color(1, 1, 1, 1)
|
|
|
|
[node name="BuildingSelector" type="PanelContainer" unique_id=133308872]
|
|
offset_right = 310.0
|
|
offset_bottom = 210.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_xurng")
|
|
script = ExtResource("1_xurng")
|
|
|
|
[connection signal="gui_input" from="." to="." method="_on_gui_input"]
|
|
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|