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 944B

1234567891011121314151617181920212223242526272829303132333435363738
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://scripts/update_score.gd" type="Script" id=1]
  3. [sub_resource type="DynamicFontData" id=1]
  4. antialiased = false
  5. font_path = "res://ressources/font/joystix/ot/joystix monospace.otf"
  6. [sub_resource type="DynamicFont" id=2]
  7. size = 27
  8. outline_color = Color( 0, 0, 0, 1 )
  9. font_data = SubResource( 1 )
  10. [node name="scoreUI" type="Control"]
  11. __meta__ = {
  12. "_edit_use_anchors_": false
  13. }
  14. [node name="RichTextLabel" type="RichTextLabel" parent="."]
  15. anchor_left = -0.484
  16. anchor_right = -0.162
  17. anchor_bottom = 1.0
  18. margin_left = 308.509
  19. margin_top = 16.6272
  20. margin_right = 387.509
  21. margin_bottom = 51.6272
  22. grow_horizontal = 0
  23. rect_scale = Vector2( 6.28409, 6.63013 )
  24. custom_fonts/normal_font = SubResource( 2 )
  25. custom_colors/default_color = Color( 0, 0, 0, 1 )
  26. tab_size = 1
  27. text = "0"
  28. fit_content_height = true
  29. scroll_active = false
  30. script = ExtResource( 1 )
  31. __meta__ = {
  32. "_edit_use_anchors_": false
  33. }