Learn.tscn 749 B

12345678910111213141516171819
  1. [gd_scene load_steps=4 format=3 uid="uid://jk1hrx0aa2u1"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_bzlrn"]
  3. [ext_resource type="Texture2D" uid="uid://hp4krd102f8k" path="res://slides/303/godot_doc_3_using_tilemaps.png" id="2_qe05s"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_vkorj"]
  5. [node name="Learn" type="Node2D"]
  6. script = ExtResource("1_bzlrn")
  7. [node name="Sprite2D" type="Sprite2D" parent="."]
  8. position = Vector2(973, 682)
  9. texture = ExtResource("2_qe05s")
  10. [node name="Title" parent="." instance=ExtResource("3_vkorj")]
  11. offset_left = 85.0
  12. offset_top = 26.0
  13. offset_right = 1847.0
  14. offset_bottom = 194.0
  15. text = "Lire la doc"