12345678910111213141516171819202122232425 |
- [gd_scene load_steps=5 format=3 uid="uid://5fsxep5q4mtp"]
- [ext_resource type="Script" path="res://addons/slide_show/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"]
- [ext_resource type="Texture2D" uid="uid://dab52fiuma36n" path="res://slides/380/dodge_the_creep_square.png" id="4_iylx7"]
- [node name="Practice" type="Node2D"]
- script = ExtResource("1_wocbv")
- [node name="WorkshopScreenshot" 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"
- [node name="DodgeTheCreep" type="Sprite2D" parent="."]
- position = Vector2(125, 339)
- scale = Vector2(1.5, 1.5)
- texture = ExtResource("4_iylx7")
|