[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" index="0"] 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 = 256.0 margin_bottom = 256.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="ScrollContainer" type="ScrollContainer" parent="." index="1"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 256.0 margin_bottom = 256.0 rect_min_size = Vector2( 256, 256 ) rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = true mouse_filter = 0 mouse_default_cursor_shape = 0 size_flags_horizontal = 3 size_flags_vertical = 3 scroll_horizontal_enabled = true scroll_horizontal = 0 scroll_vertical_enabled = true scroll_vertical = 0 scroll_deadzone = 0 _sections_unfolded = [ "Rect", "Size Flags" ] [node name="MarginContainer" type="MarginContainer" parent="ScrollContainer" index="0"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 85.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="ScrollContainer/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 = 81.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="ScrollContainer/MarginContainer/VBoxContainer" index="0"] anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 margin_right = 77.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="ScrollContainer/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 = 77.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="ScrollContainer/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 = 77.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="ScrollContainer/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 = 77.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="ScrollContainer/MarginContainer/VBoxContainer/Refresh" to="." method="_on_Refresh_pressed"]