[gd_scene load_steps=5 format=2] [ext_resource path="res://scenes/GUI/Help/Help.gd" type="Script" id=1] [ext_resource path="res://scenes/GUI/Help/FPS.gd" type="Script" id=2] [sub_resource type="Gradient" id=1] offsets = PoolRealArray( 0, 1 ) colors = PoolColorArray( 0, 0, 0, 0.784314, 0, 0, 0, 0.784314 ) [sub_resource type="GradientTexture" id=2] flags = 4 gradient = SubResource( 1 ) width = 2048 [node name="Help" type="MarginContainer"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 40.0 margin_bottom = 40.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 1 mouse_default_cursor_shape = 0 size_flags_horizontal = 2 size_flags_vertical = 2 custom_constants/margin_right = 0 custom_constants/margin_top = 0 custom_constants/margin_left = 0 custom_constants/margin_bottom = 0 script = ExtResource( 1 ) _sections_unfolded = [ "Margin", "Size Flags", "custom_constants" ] [node name="Background" type="NinePatchRect" parent="." index="0"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 135.0 margin_bottom = 82.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 2 mouse_default_cursor_shape = 0 size_flags_horizontal = 1 size_flags_vertical = 1 texture = SubResource( 2 ) _sections_unfolded = [ "Anchor", "Margin", "Size Flags", "Theme" ] [node name="MarginContainer" type="MarginContainer" parent="." index="1"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 135.0 margin_bottom = 82.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 0 mouse_default_cursor_shape = 0 size_flags_horizontal = 1 size_flags_vertical = 1 custom_constants/margin_right = 4 custom_constants/margin_top = 4 custom_constants/margin_left = 4 custom_constants/margin_bottom = 4 _sections_unfolded = [ "Anchor", "Margin", "custom_constants" ] [node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer" index="0"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 4.0 margin_top = 4.0 margin_right = 131.0 margin_bottom = 78.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 1 mouse_default_cursor_shape = 0 size_flags_horizontal = 1 size_flags_vertical = 1 alignment = 0 _sections_unfolded = [ "Size Flags" ] [node name="Title" type="Label" parent="MarginContainer/VBoxContainer" index="0"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 127.0 margin_bottom = 14.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 2 mouse_default_cursor_shape = 0 size_flags_horizontal = 1 size_flags_vertical = 4 text = "Debug:" percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 [node name="FPS" type="Label" parent="MarginContainer/VBoxContainer" index="1"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_top = 18.0 margin_right = 127.0 margin_bottom = 32.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 2 mouse_default_cursor_shape = 0 size_flags_horizontal = 1 size_flags_vertical = 4 text = "FPS:" percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 script = ExtResource( 2 ) [node name="DefaultKey" type="Label" parent="MarginContainer/VBoxContainer" index="2"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_top = 36.0 margin_right = 127.0 margin_bottom = 50.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 2 mouse_default_cursor_shape = 0 size_flags_horizontal = 1 size_flags_vertical = 4 text = "key binding:" percent_visible = 1.0 lines_skipped = 0 max_lines_visible = -1 [node name="Refresh" type="Button" parent="MarginContainer/VBoxContainer" index="3"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_top = 54.0 margin_right = 127.0 margin_bottom = 74.0 rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false focus_mode = 2 mouse_filter = 0 mouse_default_cursor_shape = 0 size_flags_horizontal = 1 size_flags_vertical = 1 toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null text = "refresh" flat = false align = 1 [connection signal="pressed" from="MarginContainer/VBoxContainer/Refresh" to="." method="_on_Refresh_pressed"]