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.

instructionsUI.tscn 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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/instructionsUI.gd" type="Script" id=2]
  4. [sub_resource type="DynamicFont" id=1]
  5. size = 50
  6. outline_size = 8
  7. outline_color = Color( 0, 0, 0, 1 )
  8. font_data = ExtResource( 1 )
  9. [node name="instructionsUI" type="Control"]
  10. anchor_right = 1.0
  11. margin_left = 2.82837
  12. margin_top = 2.82837
  13. margin_right = 2.82837
  14. margin_bottom = 1082.83
  15. script = ExtResource( 2 )
  16. __meta__ = {
  17. "_edit_use_anchors_": false
  18. }
  19. [node name="MarginContainer" type="MarginContainer" parent="."]
  20. margin_left = -2.82837
  21. margin_top = 291.627
  22. margin_right = 1918.17
  23. margin_bottom = 645.627
  24. __meta__ = {
  25. "_edit_use_anchors_": false
  26. }
  27. [node name="Label" type="Label" parent="MarginContainer"]
  28. margin_top = 146.0
  29. margin_right = 1920.0
  30. margin_bottom = 207.0
  31. custom_fonts/font = SubResource( 1 )
  32. text = "Appuyer sur ESPACE pour sauter"
  33. align = 1
  34. [node name="Timer" type="Timer" parent="."]
  35. wait_time = 0.5
  36. [connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]