[gd_scene format=3 uid="uid://b55tkiwybe2m7"] [ext_resource type="Script" uid="uid://bymmfukcuf4ud" path="res://menus/display_settings/shape_settings_panel.gd" id="1_2lsof"] [ext_resource type="Script" uid="uid://y4ip1k68kcs7" path="res://menus/display_settings/shape_render.gd" id="2_wjy8x"] [node name="ShapeSettings" type="Control" unique_id=1568036432] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Panel" type="Panel" parent="." unique_id=1960042247] layout_mode = 0 offset_right = 315.0 offset_bottom = 40.0 script = ExtResource("1_2lsof") [node name="Label" type="Label" parent="Panel" unique_id=116013553] layout_mode = 0 offset_left = 4.0 offset_top = 8.0 offset_right = 112.0 offset_bottom = 32.0 text = "Display Shape" [node name="OptionButton" type="OptionButton" parent="Panel" unique_id=715446751] layout_mode = 0 offset_left = 186.0 offset_top = 4.0 offset_right = 311.0 offset_bottom = 36.0 item_count = 2 popup/item_0/text = "Circular" popup/item_0/id = 0 popup/item_1/text = "Rectangular" popup/item_1/id = 1 [node name="Polygon2D" type="Polygon2D" parent="." unique_id=2092896646] invert_border = 10.0 script = ExtResource("2_wjy8x") [connection signal="item_selected" from="Panel/OptionButton" to="Polygon2D" method="_on_option_button_item_selected"]