Practice.tscn 1.0 KB

12345678910111213141516171819202122232425
  1. [gd_scene load_steps=5 format=3 uid="uid://5fsxep5q4mtp"]
  2. [ext_resource type="Script" path="res://addons/slide_show/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. [ext_resource type="Texture2D" uid="uid://dab52fiuma36n" path="res://slides/380/dodge_the_creep_square.png" id="4_iylx7"]
  6. [node name="Practice" type="Node2D"]
  7. script = ExtResource("1_wocbv")
  8. [node name="WorkshopScreenshot" type="Sprite2D" parent="."]
  9. position = Vector2(951, 635)
  10. texture = ExtResource("2_803ru")
  11. [node name="Title" parent="." instance=ExtResource("3_sheyg")]
  12. offset_left = 63.0
  13. offset_top = 5.0
  14. offset_right = 1879.0
  15. offset_bottom = 173.0
  16. text = "Atelier : faire un jeu avec Godot"
  17. [node name="DodgeTheCreep" type="Sprite2D" parent="."]
  18. position = Vector2(125, 339)
  19. scale = Vector2(1.5, 1.5)
  20. texture = ExtResource("4_iylx7")