[gd_scene load_steps=5 format=3 uid="uid://cwn31ttjrraci"] [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_tzxtk"] [ext_resource type="Texture2D" uid="uid://jjrdfilvox4o" path="res://icon.svg" id="2_sronj"] [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_aevos"] [ext_resource type="PackedScene" uid="uid://dogtm6fdbp3wl" path="res://common/components/gdedit/GdScriptEdit.tscn" id="4_h8f6o"] [node name="ParaCallback" type="Node2D"] script = ExtResource("1_tzxtk") [node name="Sprite2D" type="Sprite2D" parent="."] position = Vector2(1687, 610) scale = Vector2(2, 2) texture = ExtResource("2_sronj") [node name="Title" parent="." instance=ExtResource("3_aevos")] offset_left = 85.0 offset_top = 26.0 offset_right = 1847.0 offset_bottom = 194.0 text = "Écoutez votre moteur" [node name="GdScriptEdit" parent="." instance=ExtResource("4_h8f6o")] offset_left = 47.0 offset_right = 1087.0 text = " func _ready() -> void: pass func _physics_process() -> void: pass func _unhandled_input() -> void: pass"