NodeScripted.tscn 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. [gd_scene load_steps=6 format=3 uid="uid://b5tkb43wmj0vv"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_pxgou"]
  3. [ext_resource type="Texture2D" uid="uid://mfby527tlg3f" path="res://slides/264/Script.svg" id="2_0ju7o"]
  4. [ext_resource type="Texture2D" uid="uid://cehuf5ekheque" path="res://slides/264/Node2D.svg" id="3_ftcth"]
  5. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_gjctj"]
  6. [ext_resource type="Texture2D" uid="uid://dcs863a63g7o4" path="res://slides/264/brainslug.jpg" id="5_pfram"]
  7. [node name="NodeScripted" type="Node2D"]
  8. script = ExtResource("1_pxgou")
  9. [node name="ScriptIcon" type="Sprite2D" parent="."]
  10. position = Vector2(616, 572)
  11. scale = Vector2(2, 2)
  12. texture = ExtResource("2_0ju7o")
  13. [node name="NodeIcon" type="Sprite2D" parent="."]
  14. position = Vector2(251, 572)
  15. scale = Vector2(2, 2)
  16. texture = ExtResource("3_ftcth")
  17. [node name="Title" parent="." instance=ExtResource("3_gjctj")]
  18. offset_left = 85.0
  19. offset_top = 26.0
  20. offset_right = 1847.0
  21. offset_bottom = 194.0
  22. text = "Rendez-les intelligents"
  23. [node name="Sprite2D" type="Sprite2D" parent="."]
  24. position = Vector2(1259, 619)
  25. scale = Vector2(2, 2)
  26. texture = ExtResource("5_pfram")