1234567891011121314151617181920212223242526 |
- [gd_scene load_steps=5 format=3 uid="uid://bydlsxk25uqb3"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_si8q6"]
- [ext_resource type="LabelSettings" uid="uid://736ny1eitvq5" path="res://common/graphics/styles/title.tres" id="2_8ygc4"]
- [ext_resource type="Texture2D" uid="uid://bv7nu5kp746rt" path="res://slides/5/dev-cartoon.svg" id="3_h0f4w"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="3_qd7sj"]
- [node name="GameDev" type="Node2D"]
- script = ExtResource("1_si8q6")
- [node name="Title" type="Label" parent="."]
- offset_left = 573.0
- offset_top = -3.0
- offset_right = 1310.0
- offset_bottom = 165.0
- text = "Game dev"
- label_settings = ExtResource("2_8ygc4")
- horizontal_alignment = 1
- [node name="Subtitle" parent="." instance=ExtResource("3_qd7sj")]
- text = "Passionné et enthousiaste"
- [node name="Avatar" type="Sprite2D" parent="."]
- position = Vector2(943, 676)
- scale = Vector2(0.765, 0.765)
- texture = ExtResource("3_h0f4w")
|