NodeBasic.tscn 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. [gd_scene load_steps=13 format=3 uid="uid://cih6gpod0ny6v"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_fasfe"]
  3. [ext_resource type="Texture2D" uid="uid://bsfj3o88pmxdk" path="res://slides/261/editor_gd4_nodes_list_top_level.png" id="2_q1xuf"]
  4. [ext_resource type="Texture2D" uid="uid://ccpbwnj4swf4n" path="res://slides/261/editor_gd4_nodes_list_control.png" id="3_rutri"]
  5. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_zydax"]
  6. [ext_resource type="Texture2D" uid="uid://cm53121n6vwcb" path="res://slides/261/editor_gd4_nodes_list_2D.png" id="4_sd1tb"]
  7. [ext_resource type="Texture2D" uid="uid://rvgmetqy4ydh" path="res://slides/261/editor_gd4_nodes_list_3D.png" id="5_ueg1x"]
  8. [ext_resource type="Texture2D" uid="uid://b1wyo3m71uyjl" path="res://slides/261/Sprite2D.svg" id="7_07k7v"]
  9. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="8_6x00h"]
  10. [ext_resource type="Texture2D" uid="uid://dmomdjq4wcfb8" path="res://slides/261/CharacterBody3D.svg" id="8_tnp1t"]
  11. [ext_resource type="Texture2D" uid="uid://ct5mw1oelcnre" path="res://slides/261/Button.svg" id="9_gdan4"]
  12. [ext_resource type="Texture2D" uid="uid://bfukgv7ke12u2" path="res://slides/261/AudioStreamPlayer.svg" id="10_qvlvk"]
  13. [ext_resource type="Texture2D" uid="uid://vnvk2xegt48r" path="res://slides/261/Timer.svg" id="11_t0r5f"]
  14. [node name="NodeBasic" type="Node2D"]
  15. script = ExtResource("1_fasfe")
  16. [node name="NodeListTopLevel" type="Sprite2D" parent="."]
  17. position = Vector2(191.75, 534.097)
  18. scale = Vector2(1.65046, 1.65046)
  19. texture = ExtResource("2_q1xuf")
  20. [node name="NodeListControl" type="Sprite2D" parent="."]
  21. position = Vector2(470, 529)
  22. texture = ExtResource("3_rutri")
  23. [node name="NodeList2D" type="Sprite2D" parent="."]
  24. position = Vector2(687, 639)
  25. texture = ExtResource("4_sd1tb")
  26. [node name="NodeList3D" type="Sprite2D" parent="."]
  27. position = Vector2(931, 829)
  28. texture = ExtResource("5_ueg1x")
  29. [node name="Title" parent="." instance=ExtResource("3_zydax")]
  30. offset_left = 160.0
  31. offset_top = -13.0
  32. offset_right = 1922.0
  33. offset_bottom = 155.0
  34. text = "Des briques de base"
  35. [node name="Sprite2D" type="Sprite2D" parent="."]
  36. position = Vector2(1088, 240)
  37. texture = ExtResource("7_07k7v")
  38. [node name="Sprite2DLabel" parent="." instance=ExtResource("8_6x00h")]
  39. offset_left = 1165.0
  40. offset_top = 176.0
  41. offset_right = 1727.0
  42. offset_bottom = 307.0
  43. text = "Sprite 2D"
  44. horizontal_alignment = 0
  45. [node name="Character3D" type="Sprite2D" parent="."]
  46. position = Vector2(1086, 424)
  47. texture = ExtResource("8_tnp1t")
  48. [node name="Character3DLabel" parent="." instance=ExtResource("8_6x00h")]
  49. offset_left = 1165.0
  50. offset_top = 360.0
  51. offset_right = 1846.0
  52. offset_bottom = 491.0
  53. text = "CharacterBody3D"
  54. horizontal_alignment = 0
  55. [node name="Button" type="Sprite2D" parent="."]
  56. position = Vector2(1086, 591)
  57. texture = ExtResource("9_gdan4")
  58. [node name="ButtonLabel" parent="." instance=ExtResource("8_6x00h")]
  59. offset_left = 1165.0
  60. offset_top = 527.0
  61. offset_right = 1846.0
  62. offset_bottom = 658.0
  63. text = "Button"
  64. horizontal_alignment = 0
  65. [node name="AudioPlayer" type="Sprite2D" parent="."]
  66. position = Vector2(1088, 762)
  67. texture = ExtResource("10_qvlvk")
  68. [node name="AudioPlayerLabel" parent="." instance=ExtResource("8_6x00h")]
  69. offset_left = 1165.0
  70. offset_top = 698.0
  71. offset_right = 1909.0
  72. offset_bottom = 829.0
  73. text = "AudioStreamPlayer"
  74. horizontal_alignment = 0
  75. [node name="Timer" type="Sprite2D" parent="."]
  76. position = Vector2(1101, 936)
  77. texture = ExtResource("11_t0r5f")
  78. [node name="TimerLabel" parent="." instance=ExtResource("8_6x00h")]
  79. offset_left = 1165.0
  80. offset_top = 872.0
  81. offset_right = 1909.0
  82. offset_bottom = 1003.0
  83. text = "Timer"
  84. horizontal_alignment = 0