chocolate_gauge.tscn 725 B

123456789101112131415161718192021222324252627
  1. [gd_scene load_steps=2 format=3 uid="uid://cqkond8xwtdv5"]
  2. [ext_resource type="Script" path="res://component/ui/hud/chocolate_gauge/chocolate_gauge.gd" id="1_bmn7t"]
  3. [node name="ChocolateGauge" type="PanelContainer"]
  4. anchors_preset = 3
  5. anchor_left = 1.0
  6. anchor_top = 1.0
  7. anchor_right = 1.0
  8. anchor_bottom = 1.0
  9. offset_left = -40.0
  10. offset_top = -40.0
  11. grow_horizontal = 0
  12. grow_vertical = 0
  13. script = ExtResource("1_bmn7t")
  14. [node name="HBoxContainer" type="HBoxContainer" parent="."]
  15. layout_mode = 2
  16. [node name="ChocolateLabel" type="Label" parent="HBoxContainer"]
  17. layout_mode = 2
  18. text = "Chocolate = "
  19. [node name="ChocolateCounter" type="Label" parent="HBoxContainer"]
  20. unique_name_in_owner = true
  21. layout_mode = 2
  22. text = "0"