[gd_scene load_steps=9 format=3 uid="uid://dir3iaegou7hr"]

[ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_srvlz"]
[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_gddvr"]
[ext_resource type="Texture2D" uid="uid://dpbx5ghf6g5hr" path="res://slides/271/int.svg" id="4_i2xvr"]
[ext_resource type="PackedScene" uid="uid://dogtm6fdbp3wl" path="res://common/components/gdedit/GdScriptEdit.tscn" id="4_uneks"]
[ext_resource type="Texture2D" uid="uid://bpjnbtydn70jj" path="res://slides/271/float.svg" id="5_d7ofb"]
[ext_resource type="Texture2D" uid="uid://bevxu72q6gx6o" path="res://slides/271/bool.svg" id="6_srauc"]
[ext_resource type="Texture2D" uid="uid://dwlepb4saped1" path="res://slides/271/String.svg" id="7_6fbij"]
[ext_resource type="Texture2D" uid="uid://by4l3q5rij0pt" path="res://slides/271/PackedStringArray.svg" id="8_ceq0u"]

[node name="ScriptVar" type="Node2D"]
script = ExtResource("1_srvlz")

[node name="Title" parent="." instance=ExtResource("3_gddvr")]
offset_left = 85.0
offset_top = 26.0
offset_right = 1847.0
offset_bottom = 194.0
text = "Les variables"

[node name="GdScriptEdit" parent="." instance=ExtResource("4_uneks")]
offset_left = 49.0
offset_top = 406.0
offset_right = 1837.0
offset_bottom = 1063.0
text = "var talk_name = \"Waiting GD\"
talk_name = \"Make game with GD\"

var penguin_speed: float = 50.0
penguin_speed = penguin_speed + 5

var penguin_names: Array(String) = [\"Tux\", \"Estragon\", \"Vladimir\"]
var full_name = penguin_names[0] + \" Dupont\""

[node name="Int" type="Sprite2D" parent="."]
position = Vector2(187, 283)
scale = Vector2(2, 2)
texture = ExtResource("4_i2xvr")

[node name="Float" type="Sprite2D" parent="."]
position = Vector2(692, 292)
scale = Vector2(2, 2)
texture = ExtResource("5_d7ofb")

[node name="Bool" type="Sprite2D" parent="."]
position = Vector2(1184, 290)
scale = Vector2(2, 2)
texture = ExtResource("6_srauc")

[node name="String" type="Sprite2D" parent="."]
position = Vector2(1680, 286)
scale = Vector2(2, 2)
texture = ExtResource("7_6fbij")

[node name="StringArray" type="Sprite2D" parent="."]
position = Vector2(1678, 539)
scale = Vector2(2, 2)
texture = ExtResource("8_ceq0u")