NodeProvided.tscn 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. [gd_scene load_steps=9 format=3 uid="uid://ucp66t5qowio"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_rnhcg"]
  3. [ext_resource type="Texture2D" uid="uid://c42oq87enp0yb" path="res://slides/262/editor_gd3_node_tree_physics_ball.png" id="3_72lhg"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_avsmy"]
  5. [ext_resource type="Texture2D" uid="uid://cyrep25b62sr8" path="res://slides/262/RigidBody2D.svg" id="5_r3cye"]
  6. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="6_18rmv"]
  7. [ext_resource type="Texture2D" uid="uid://bbdo540skx6yb" path="res://slides/262/RectangleShape2D.svg" id="7_53h73"]
  8. [ext_resource type="Texture2D" uid="uid://5gqew6qidnu1" path="res://slides/262/Sprite2D.svg" id="8_lx6cc"]
  9. [ext_resource type="Texture2D" uid="uid://c4sav27i8b7ol" path="res://slides/262/GPUParticles2D.svg" id="9_gsw0l"]
  10. [node name="NodeProvided" type="Node2D"]
  11. script = ExtResource("1_rnhcg")
  12. [node name="ExampleOfNodeTree" type="Sprite2D" parent="."]
  13. position = Vector2(261, 671)
  14. scale = Vector2(4.38947, 4.38947)
  15. texture = ExtResource("3_72lhg")
  16. [node name="Title" parent="." instance=ExtResource("3_avsmy")]
  17. offset_left = 12.0
  18. offset_top = 18.0
  19. offset_right = 1890.0
  20. offset_bottom = 186.0
  21. text = "Assembler"
  22. [node name="Subtitle" parent="." instance=ExtResource("6_18rmv")]
  23. text = "vos nœuds"
  24. [node name="Node2D" type="Node2D" parent="."]
  25. position = Vector2(817, 543)
  26. [node name="RigidBody2D" type="Sprite2D" parent="Node2D"]
  27. position = Vector2(105, -107)
  28. texture = ExtResource("5_r3cye")
  29. [node name="Subtitle" parent="Node2D/RigidBody2D" instance=ExtResource("6_18rmv")]
  30. offset_left = 73.0
  31. offset_top = -64.0
  32. offset_right = 720.0
  33. offset_bottom = 67.0
  34. text = "RigidBody2D"
  35. horizontal_alignment = 0
  36. [node name="Shape2D" type="Sprite2D" parent="Node2D"]
  37. position = Vector2(104, 65)
  38. texture = ExtResource("7_53h73")
  39. [node name="Subtitle2" parent="Node2D/Shape2D" instance=ExtResource("6_18rmv")]
  40. offset_left = 68.0
  41. offset_top = -58.0
  42. offset_right = 715.0
  43. offset_bottom = 73.0
  44. text = "Shape2D"
  45. horizontal_alignment = 0
  46. [node name="Sprite2D" type="Sprite2D" parent="Node2D"]
  47. position = Vector2(104, 242)
  48. texture = ExtResource("8_lx6cc")
  49. [node name="Subtitle3" parent="Node2D/Sprite2D" instance=ExtResource("6_18rmv")]
  50. offset_left = 73.0
  51. offset_top = -57.0
  52. offset_right = 720.0
  53. offset_bottom = 74.0
  54. text = "Sprite2D"
  55. horizontal_alignment = 0
  56. [node name="Particles2D" type="Sprite2D" parent="Node2D"]
  57. position = Vector2(106, 444)
  58. texture = ExtResource("9_gsw0l")
  59. [node name="Subtitle4" parent="Node2D/Particles2D" instance=ExtResource("6_18rmv")]
  60. offset_left = 79.0
  61. offset_top = -72.0
  62. offset_right = 726.0
  63. offset_bottom = 59.0
  64. text = "GPUParticles2D"
  65. horizontal_alignment = 0