123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- [gd_scene load_steps=3 format=2]
- [ext_resource path="res://Fonts/hanken/hanken_26.tres" type="DynamicFont" id=1]
- [ext_resource path="res://Scripts/UI/FPSLabel.gd" type="Script" id=2]
- [node name="HUD" type="Control"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 1.0
- anchor_bottom = 1.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
- _sections_unfolded = [ "Mouse" ]
- [node name="FPSLabel" type="Label" parent="." index="0"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 10.0
- margin_top = 10.0
- margin_right = 1034.0
- margin_bottom = 24.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
- custom_fonts/font = ExtResource( 1 )
- text = "FPS: ???"
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- script = ExtResource( 2 )
- _sections_unfolded = [ "Size Flags", "custom_fonts" ]
- [node name="VBoxContainer" type="VBoxContainer" parent="." index="1"]
- anchor_left = 0.0
- anchor_top = 1.0
- anchor_right = 1.0
- anchor_bottom = 1.0
- margin_top = -77.0
- margin_bottom = -29.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 = [ "Rect" ]
- [node name="HUDInventory" type="HBoxContainer" parent="VBoxContainer" index="0"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_right = 1024.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 = 1
- _sections_unfolded = [ "Grow Direction", "Rect", "Size Flags", "Visibility" ]
|