ScriptVar.tscn 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [gd_scene load_steps=9 format=3 uid="uid://dir3iaegou7hr"]
  2. [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_srvlz"]
  3. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_gddvr"]
  4. [ext_resource type="Texture2D" uid="uid://dpbx5ghf6g5hr" path="res://slides/271/int.svg" id="4_i2xvr"]
  5. [ext_resource type="PackedScene" uid="uid://dogtm6fdbp3wl" path="res://common/components/gdedit/GdScriptEdit.tscn" id="4_uneks"]
  6. [ext_resource type="Texture2D" uid="uid://bpjnbtydn70jj" path="res://slides/271/float.svg" id="5_d7ofb"]
  7. [ext_resource type="Texture2D" uid="uid://bevxu72q6gx6o" path="res://slides/271/bool.svg" id="6_srauc"]
  8. [ext_resource type="Texture2D" uid="uid://dwlepb4saped1" path="res://slides/271/String.svg" id="7_6fbij"]
  9. [ext_resource type="Texture2D" uid="uid://by4l3q5rij0pt" path="res://slides/271/PackedStringArray.svg" id="8_ceq0u"]
  10. [node name="ScriptVar" type="Node2D"]
  11. script = ExtResource("1_srvlz")
  12. [node name="Title" parent="." instance=ExtResource("3_gddvr")]
  13. offset_left = 85.0
  14. offset_top = 26.0
  15. offset_right = 1847.0
  16. offset_bottom = 194.0
  17. text = "Les variables"
  18. [node name="GdScriptEdit" parent="." instance=ExtResource("4_uneks")]
  19. offset_left = 49.0
  20. offset_top = 406.0
  21. offset_right = 1837.0
  22. offset_bottom = 1063.0
  23. text = "var penguin_speed: float = 50.0
  24. penguin_speed = penguin_speed + 5"
  25. [node name="Int" type="Sprite2D" parent="."]
  26. position = Vector2(187, 283)
  27. scale = Vector2(2, 2)
  28. texture = ExtResource("4_i2xvr")
  29. [node name="Float" type="Sprite2D" parent="."]
  30. position = Vector2(692, 292)
  31. scale = Vector2(2, 2)
  32. texture = ExtResource("5_d7ofb")
  33. [node name="Bool" type="Sprite2D" parent="."]
  34. position = Vector2(1184, 290)
  35. scale = Vector2(2, 2)
  36. texture = ExtResource("6_srauc")
  37. [node name="String" type="Sprite2D" parent="."]
  38. position = Vector2(1680, 286)
  39. scale = Vector2(2, 2)
  40. texture = ExtResource("7_6fbij")
  41. [node name="StringArray" type="Sprite2D" parent="."]
  42. position = Vector2(1678, 539)
  43. scale = Vector2(2, 2)
  44. texture = ExtResource("8_ceq0u")