Laby.tscn 1.0 KB

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