123456789101112131415161718192021222324252627 |
- [gd_scene load_steps=5 format=3 uid="uid://dseih2r3vxluh"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_oknds"]
- [ext_resource type="Texture2D" uid="uid://c8mgmr6d2hsmb" path="res://slides/6/bomberlaby.png" id="2_e0wy1"]
- [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_c5cl6"]
- [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="4_hmc63"]
- [node name="Laby" type="Node2D"]
- script = ExtResource("1_oknds")
- [node name="Sprite2D" type="Sprite2D" parent="."]
- position = Vector2(970, 554)
- texture = ExtResource("2_e0wy1")
- [node name="Title" parent="." instance=ExtResource("3_c5cl6")]
- offset_left = 67.0
- offset_top = 13.0
- offset_right = 1829.0
- offset_bottom = 181.0
- text = "Jeu-vidéo fait main"
- [node name="Subtitle" parent="." instance=ExtResource("4_hmc63")]
- offset_left = 67.0
- offset_top = 935.0
- offset_right = 1823.0
- offset_bottom = 1066.0
- text = "Bomber Laby"
|