NumberPanel.tscn 617 B

1234567891011121314151617181920212223242526272829303132
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://component/ui/number_panel/NumberPanel.gd" type="Script" id=1]
  3. [node name="Panel" type="Panel"]
  4. margin_right = 40.0
  5. margin_bottom = 30.0
  6. script = ExtResource( 1 )
  7. __meta__ = {
  8. "_edit_use_anchors_": false
  9. }
  10. [node name="Label" type="Label" parent="."]
  11. margin_right = 40.0
  12. margin_bottom = 14.0
  13. text = "Title"
  14. align = 1
  15. valign = 1
  16. __meta__ = {
  17. "_edit_use_anchors_": false
  18. }
  19. [node name="CounterLabel" type="Label" parent="."]
  20. margin_top = 15.0
  21. margin_right = 40.0
  22. margin_bottom = 30.0
  23. text = "0"
  24. align = 1
  25. valign = 1
  26. __meta__ = {
  27. "_edit_use_anchors_": false
  28. }