gagne.tscn 979 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [gd_scene load_steps=2 format=3 uid="uid://byxtc8f6n5o3"]
  2. [ext_resource type="PackedScene" uid="uid://cnx7226ap3e2y" path="res://composants/interface/bouton/retour/bouton_retour.tscn" id="1_kwl04"]
  3. [node name="Gagne" type="Control"]
  4. layout_mode = 3
  5. anchors_preset = 15
  6. anchor_right = 1.0
  7. anchor_bottom = 1.0
  8. grow_horizontal = 2
  9. grow_vertical = 2
  10. [node name="Bravo" type="Label" parent="."]
  11. layout_mode = 1
  12. anchors_preset = 8
  13. anchor_left = 0.5
  14. anchor_top = 0.5
  15. anchor_right = 0.5
  16. anchor_bottom = 0.5
  17. offset_left = -31.5
  18. offset_top = -11.5
  19. offset_right = 31.5
  20. offset_bottom = 11.5
  21. grow_horizontal = 2
  22. grow_vertical = 2
  23. theme_override_font_sizes/font_size = 80
  24. text = "Bravo !"
  25. [node name="BoutonRetour" parent="." instance=ExtResource("1_kwl04")]
  26. layout_mode = 1
  27. anchors_preset = 7
  28. anchor_left = 0.5
  29. anchor_top = 1.0
  30. anchor_right = 0.5
  31. anchor_bottom = 1.0
  32. offset_left = -94.5
  33. offset_top = -136.0
  34. offset_right = 94.5
  35. offset_bottom = -105.0
  36. grow_horizontal = 2
  37. grow_vertical = 0