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.

start_timer_UI.tscn 878B

12345678910111213141516171819202122232425262728293031323334
  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/start_timer_UI.gd" type="Script" id=2]
  4. [sub_resource type="DynamicFont" id=1]
  5. size = 200
  6. outline_size = 20
  7. outline_color = Color( 0, 0, 0, 1 )
  8. font_data = ExtResource( 1 )
  9. [node name="start_timer_UI" type="Control"]
  10. anchor_right = 1.0
  11. anchor_bottom = 1.0
  12. margin_right = 0.00012207
  13. script = ExtResource( 2 )
  14. __meta__ = {
  15. "_edit_use_anchors_": false
  16. }
  17. [node name="MarginContainer" type="MarginContainer" parent="."]
  18. anchor_right = 1.0
  19. margin_bottom = 370.0
  20. __meta__ = {
  21. "_edit_use_anchors_": false
  22. }
  23. [node name="Label" type="Label" parent="MarginContainer"]
  24. margin_top = 64.0
  25. margin_right = 1920.0
  26. margin_bottom = 305.0
  27. custom_fonts/font = SubResource( 1 )
  28. text = "9"
  29. align = 1