[gd_scene load_steps=6 format=2] [ext_resource path="res://blokoj/objektoj/skriptoj/http_objecto_request.gd" type="Script" id=1] [ext_resource path="res://blokoj/objektoj/skriptoj/objekto_menou.gd" type="Script" id=2] [ext_resource path="res://blokoj/objektoj/font/PTMono-Regular.ttf" type="DynamicFontData" id=3] [sub_resource type="DynamicFont" id=1] size = 18 font_data = ExtResource( 3 ) [sub_resource type="DynamicFont" id=2] font_data = ExtResource( 3 ) [node name="Objekto" type="Control"] script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="HTTPObjectoRequestFind" type="HTTPRequest" parent="."] script = ExtResource( 1 ) [node name="MarginContainer" type="MarginContainer" parent="."] self_modulate = Color( 1, 1, 1, 0 ) margin_left = 147.747 margin_top = 130.531 margin_right = 396.747 margin_bottom = 289.532 __meta__ = { "_edit_use_anchors_": false } [node name="ColorRect" type="ColorRect" parent="MarginContainer"] modulate = Color( 0.996078, 0.996078, 0.996078, 1 ) self_modulate = Color( 0, 0, 0, 1 ) show_behind_parent = true margin_right = 249.0 margin_bottom = 159.0 color = Color( 0, 0, 0, 0.294118 ) __meta__ = { "_edit_use_anchors_": false } [node name="ResizeControl" type="Control" parent="MarginContainer/ColorRect"] anchor_left = 0.47 anchor_top = 0.415 anchor_right = 1.032 anchor_bottom = 1.038 margin_left = -0.0300064 margin_top = 0.0549927 margin_right = 0.0320129 margin_bottom = 0.0459747 mouse_default_cursor_shape = 12 __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"] self_modulate = Color( 1, 1, 1, 0.784314 ) margin_right = 249.0 margin_bottom = 159.0 __meta__ = { "_edit_use_anchors_": false } [node name="Label" type="Label" parent="MarginContainer/VBoxContainer"] margin_right = 249.0 margin_bottom = 21.0 custom_fonts/font = SubResource( 1 ) text = "Объекты" align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="Close_button" type="Button" parent="MarginContainer/VBoxContainer/Label"] self_modulate = Color( 1, 1, 1, 0.784314 ) anchor_left = 1.0 anchor_top = -0.2 anchor_right = 1.0 anchor_bottom = 1.4 margin_left = -19.0 margin_bottom = -9.53674e-07 custom_colors/font_color = Color( 1, 1, 1, 1 ) text = "X" __meta__ = { "_edit_use_anchors_": false } [node name="ItemList" type="ItemList" parent="MarginContainer/VBoxContainer"] self_modulate = Color( 1, 1, 1, 0.784314 ) margin_top = 25.0 margin_right = 249.0 margin_bottom = 159.0 size_flags_horizontal = 3 size_flags_vertical = 3 custom_fonts/font = SubResource( 2 ) custom_colors/guide_color = Color( 0.117647, 0.8, 0.909804, 1 ) custom_colors/font_color_selected = Color( 0.192157, 0.886275, 0.956863, 1 ) custom_colors/font_color = Color( 1, 1, 1, 1 ) auto_height = true [connection signal="request_completed" from="HTTPObjectoRequestFind" to="HTTPObjectoRequestFind" method="_on_HTTPRequestFind_request_completed"] [connection signal="gui_input" from="MarginContainer" to="." method="_drag"] [connection signal="gui_input" from="MarginContainer/ColorRect/ResizeControl" to="." method="_resize"] [connection signal="pressed" from="MarginContainer/VBoxContainer/Label/Close_button" to="." method="_on_Close_button_pressed"]