me.tscn 790 B

12345678910111213141516171819202122
  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. [ext_resource type="LabelSettings" uid="uid://736ny1eitvq5" path="res://common/graphics/styles/title.tres" id="2_vg1e1"]
  5. [node name="Me" type="Node2D"]
  6. script = ExtResource("1_2k1fw")
  7. [node name="Title" type="Label" parent="."]
  8. offset_left = 75.0
  9. offset_top = 53.0
  10. offset_right = 1837.0
  11. offset_bottom = 221.0
  12. text = "Jovian"
  13. label_settings = ExtResource("2_vg1e1")
  14. horizontal_alignment = 1
  15. [node name="AvatarPerso" type="Sprite2D" parent="."]
  16. position = Vector2(938, 559)
  17. scale = Vector2(0.765, 0.765)
  18. texture = ExtResource("2_6jixl")