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