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.

UI.tscn 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://images/pause.png" type="Texture" id=1]
  3. [node name="UI" type="Control"]
  4. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. margin_top = -0.471939
  7. margin_bottom = -0.471924
  8. mouse_filter = 2
  9. __meta__ = {
  10. "_edit_use_anchors_": false
  11. }
  12. [node name="MarginContainer" type="MarginContainer" parent="."]
  13. anchor_right = 1.0
  14. margin_bottom = 52.0
  15. custom_constants/margin_right = 10
  16. custom_constants/margin_top = 10
  17. custom_constants/margin_left = 10
  18. custom_constants/margin_bottom = 10
  19. __meta__ = {
  20. "_edit_use_anchors_": false
  21. }
  22. [node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
  23. margin_left = 10.0
  24. margin_top = 10.0
  25. margin_right = 1910.0
  26. margin_bottom = 42.0
  27. hint_tooltip = "Mettre en pause"
  28. size_flags_horizontal = 3
  29. __meta__ = {
  30. "_edit_use_anchors_": false
  31. }
  32. [node name="Label" type="Label" parent="MarginContainer/HBoxContainer"]
  33. margin_right = 1864.0
  34. margin_bottom = 14.0
  35. size_flags_horizontal = 3
  36. size_flags_vertical = 0
  37. text = "Serious Game on Ethics v0.1"
  38. __meta__ = {
  39. "_edit_use_anchors_": false
  40. }
  41. [node name="TextureButton" type="TextureButton" parent="MarginContainer/HBoxContainer"]
  42. margin_left = 1868.0
  43. margin_right = 1900.0
  44. margin_bottom = 32.0
  45. texture_normal = ExtResource( 1 )