1234567891011121314151617181920212223242526 |
- [gd_scene load_steps=5 format=3 uid="uid://c5uapdtc6pqea"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_tk4h7"]
- [ext_resource type="LabelSettings" uid="uid://736ny1eitvq5" path="res://common/graphics/styles/title.tres" id="2_4k80o"]
- [ext_resource type="Texture2D" uid="uid://b4uv4ma0ebq0e" path="res://slides/4/pro-cartoon.svg" id="2_n163t"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="3_spv4p"]
- [node name="Dev" type="Node2D"]
- script = ExtResource("1_tk4h7")
- [node name="Title" type="Label" parent="."]
- offset_left = 733.0
- offset_top = 8.0
- offset_right = 1118.0
- offset_bottom = 176.0
- text = "Dev"
- label_settings = ExtResource("2_4k80o")
- horizontal_alignment = 1
- [node name="Subtitle" parent="." instance=ExtResource("3_spv4p")]
- text = "Programmeur professionnel"
- [node name="Avatar" type="Sprite2D" parent="."]
- position = Vector2(944, 712)
- scale = Vector2(0.765, 0.765)
- texture = ExtResource("2_n163t")
|