me.tscn 765 B

123456789101112131415161718192021222324
  1. [gd_scene load_steps=4 format=3 uid="uid://b2ejqg1bi8iej"]
  2. [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_2k1fw"]
  3. [ext_resource type="Texture2D" uid="uid://djn7rbhn6a07o" path="res://slides/2/jovian-cartoon.svg" id="2_6jixl"]
  4. [sub_resource type="LabelSettings" id="LabelSettings_h822c"]
  5. font_size = 100
  6. [node name="Me" type="Node2D"]
  7. script = ExtResource("1_2k1fw")
  8. [node name="AvatarPerso" type="Sprite2D" parent="."]
  9. position = Vector2(938, 559)
  10. scale = Vector2(0.765, 0.765)
  11. texture = ExtResource("2_6jixl")
  12. [node name="Title" type="Label" parent="."]
  13. modulate = Color(0, 0, 0, 1)
  14. offset_left = 741.0
  15. offset_top = 53.0
  16. offset_right = 1126.0
  17. offset_bottom = 193.0
  18. text = "Bonjour"
  19. label_settings = SubResource("LabelSettings_h822c")