ParaCallback.tscn 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. [gd_scene load_steps=5 format=3 uid="uid://cwn31ttjrraci"]
  2. [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_tzxtk"]
  3. [ext_resource type="Texture2D" uid="uid://1tra3dik14uq" path="res://slides/282/AudioListener2D.svg" id="2_xo4iv"]
  4. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_aevos"]
  5. [ext_resource type="PackedScene" uid="uid://dogtm6fdbp3wl" path="res://common/components/gdedit/GdScriptEdit.tscn" id="4_h8f6o"]
  6. [node name="ParaCallback" type="Node2D"]
  7. script = ExtResource("1_tzxtk")
  8. [node name="Sprite2D" type="Sprite2D" parent="."]
  9. position = Vector2(1471, 593)
  10. scale = Vector2(2, 2)
  11. texture = ExtResource("2_xo4iv")
  12. [node name="Title" parent="." instance=ExtResource("3_aevos")]
  13. offset_left = 85.0
  14. offset_top = 26.0
  15. offset_right = 1847.0
  16. offset_bottom = 194.0
  17. text = "Écoutez votre moteur"
  18. [node name="GdScriptEdit" parent="." instance=ExtResource("4_h8f6o")]
  19. offset_left = 47.0
  20. offset_right = 1087.0
  21. text = "
  22. func _ready() -> void:
  23. pass
  24. func _physics_process() -> void:
  25. pass
  26. func _unhandled_input() -> void:
  27. pass"