Practice.tscn 763 B

12345678910111213141516171819
  1. [gd_scene load_steps=4 format=3 uid="uid://5fsxep5q4mtp"]
  2. [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_wocbv"]
  3. [ext_resource type="Texture2D" uid="uid://b2xnnkpyf2ggo" path="res://slides/380/jdll-2023-faire-un-jeu-avec-godot.png" id="2_803ru"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_sheyg"]
  5. [node name="Practice" type="Node2D"]
  6. script = ExtResource("1_wocbv")
  7. [node name="Sprite2D" type="Sprite2D" parent="."]
  8. position = Vector2(951, 635)
  9. texture = ExtResource("2_803ru")
  10. [node name="Title" parent="." instance=ExtResource("3_sheyg")]
  11. offset_left = 63.0
  12. offset_top = 5.0
  13. offset_right = 1879.0
  14. offset_bottom = 173.0
  15. text = "Atelier : faire un jeu avec Godot"