No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

scoreUI.tscn 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://mini-game/ressources/font/joystix/ot/joystix monospace.otf" type="DynamicFontData" id=1]
  3. [ext_resource path="res://mini-game/scenes/decor/scoreUI.gd" type="Script" id=2]
  4. [sub_resource type="DynamicFont" id=1]
  5. size = 50
  6. outline_size = 2
  7. outline_color = Color( 0, 0, 0, 1 )
  8. font_data = ExtResource( 1 )
  9. [node name="scoreUI" type="Control"]
  10. anchor_right = 1.0
  11. anchor_bottom = 1.0
  12. script = ExtResource( 2 )
  13. __meta__ = {
  14. "_edit_use_anchors_": false
  15. }
  16. [node name="MarginContainer" type="MarginContainer" parent="."]
  17. anchor_right = 1.0
  18. margin_bottom = 61.0
  19. custom_constants/margin_right = 10
  20. custom_constants/margin_top = 10
  21. custom_constants/margin_left = 10
  22. custom_constants/margin_bottom = 10
  23. __meta__ = {
  24. "_edit_use_anchors_": false
  25. }
  26. [node name="Label" type="Label" parent="MarginContainer"]
  27. margin_left = 10.0
  28. margin_top = 10.0
  29. margin_right = 1910.0
  30. margin_bottom = 71.0
  31. custom_fonts/font = SubResource( 1 )
  32. text = "99999"
  33. align = 1
  34. __meta__ = {
  35. "_edit_use_anchors_": false
  36. }