NodeGroups.tscn 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. [gd_scene load_steps=6 format=3 uid="uid://bjxkorqrxevts"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_bwsrr"]
  3. [ext_resource type="Texture2D" uid="uid://k5tplq1vpo0q" path="res://slides/263/PackedScene.svg" id="3_27e2j"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_rxxfk"]
  5. [ext_resource type="Texture2D" uid="uid://clc1stoxtccla" path="res://slides/263/editor_gd3_multi_scene_instanciation.png" id="4_r6xel"]
  6. [ext_resource type="Texture2D" uid="uid://cb5eojr67igfv" path="res://slides/263/editor_gd3_node_tree_physics_ball_with_icons.png" id="5_vl6at"]
  7. [node name="NodeGroups" type="Node2D"]
  8. script = ExtResource("1_bwsrr")
  9. [node name="Title" parent="." instance=ExtResource("3_rxxfk")]
  10. offset_left = 85.0
  11. offset_top = 26.0
  12. offset_right = 1847.0
  13. offset_bottom = 194.0
  14. text = "En scène !"
  15. [node name="SceneIcon" type="Sprite2D" parent="."]
  16. modulate = Color(0, 0, 0, 1)
  17. position = Vector2(1495, 452)
  18. scale = Vector2(2, 2)
  19. texture = ExtResource("3_27e2j")
  20. [node name="Parent" type="Sprite2D" parent="."]
  21. position = Vector2(613, 506)
  22. scale = Vector2(2, 2)
  23. texture = ExtResource("4_r6xel")
  24. [node name="Scene" type="Sprite2D" parent="."]
  25. position = Vector2(1592, 896)
  26. scale = Vector2(3, 3)
  27. texture = ExtResource("5_vl6at")