12345678910111213141516171819202122 |
- [gd_scene load_steps=4 format=3 uid="uid://b2ejqg1bi8iej"]
- [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_2k1fw"]
- [ext_resource type="Texture2D" uid="uid://djn7rbhn6a07o" path="res://slides/2/jovian-cartoon.svg" id="2_6jixl"]
- [ext_resource type="LabelSettings" uid="uid://736ny1eitvq5" path="res://common/graphics/styles/title.tres" id="2_vg1e1"]
- [node name="Me" type="Node2D"]
- script = ExtResource("1_2k1fw")
- [node name="Title" type="Label" parent="."]
- offset_left = 75.0
- offset_top = 53.0
- offset_right = 1837.0
- offset_bottom = 221.0
- text = "Jovian"
- label_settings = ExtResource("2_vg1e1")
- horizontal_alignment = 1
- [node name="AvatarPerso" type="Sprite2D" parent="."]
- position = Vector2(938, 559)
- scale = Vector2(0.765, 0.765)
- texture = ExtResource("2_6jixl")
|