HUD.tscn 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://Fonts/hanken/hanken_26.tres" type="DynamicFont" id=1]
  3. [ext_resource path="res://Scripts/UI/FPSLabel.gd" type="Script" id=2]
  4. [node name="HUD" type="Control"]
  5. anchor_left = 0.0
  6. anchor_top = 0.0
  7. anchor_right = 1.0
  8. anchor_bottom = 1.0
  9. rect_pivot_offset = Vector2( 0, 0 )
  10. rect_clip_content = false
  11. mouse_filter = 2
  12. mouse_default_cursor_shape = 0
  13. size_flags_horizontal = 1
  14. size_flags_vertical = 1
  15. _sections_unfolded = [ "Mouse" ]
  16. [node name="FPSLabel" type="Label" parent="." index="0"]
  17. anchor_left = 0.0
  18. anchor_top = 0.0
  19. anchor_right = 0.0
  20. anchor_bottom = 0.0
  21. margin_left = 10.0
  22. margin_top = 10.0
  23. margin_right = 1034.0
  24. margin_bottom = 24.0
  25. rect_pivot_offset = Vector2( 0, 0 )
  26. rect_clip_content = false
  27. mouse_filter = 2
  28. mouse_default_cursor_shape = 0
  29. size_flags_horizontal = 1
  30. size_flags_vertical = 4
  31. custom_fonts/font = ExtResource( 1 )
  32. text = "FPS: ???"
  33. percent_visible = 1.0
  34. lines_skipped = 0
  35. max_lines_visible = -1
  36. script = ExtResource( 2 )
  37. _sections_unfolded = [ "Size Flags", "custom_fonts" ]
  38. [node name="VBoxContainer" type="VBoxContainer" parent="." index="1"]
  39. anchor_left = 0.0
  40. anchor_top = 1.0
  41. anchor_right = 1.0
  42. anchor_bottom = 1.0
  43. margin_top = -77.0
  44. margin_bottom = -29.0
  45. rect_pivot_offset = Vector2( 0, 0 )
  46. rect_clip_content = false
  47. mouse_filter = 1
  48. mouse_default_cursor_shape = 0
  49. size_flags_horizontal = 1
  50. size_flags_vertical = 1
  51. alignment = 0
  52. _sections_unfolded = [ "Rect" ]
  53. [node name="HUDInventory" type="HBoxContainer" parent="VBoxContainer" index="0"]
  54. anchor_left = 0.0
  55. anchor_top = 0.0
  56. anchor_right = 0.0
  57. anchor_bottom = 0.0
  58. margin_right = 1024.0
  59. rect_pivot_offset = Vector2( 0, 0 )
  60. rect_clip_content = false
  61. mouse_filter = 1
  62. mouse_default_cursor_shape = 0
  63. size_flags_horizontal = 1
  64. size_flags_vertical = 1
  65. alignment = 1
  66. _sections_unfolded = [ "Grow Direction", "Rect", "Size Flags", "Visibility" ]