MyOldCode.tscn 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. [gd_scene load_steps=6 format=3 uid="uid://tempkadbeuy0"]
  2. [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_w20qb"]
  3. [ext_resource type="Texture2D" uid="uid://dul3v3kl2kvmh" path="res://slides/10/code_jeu_plus_ou_moins.png" id="2_g2tnp"]
  4. [ext_resource type="Texture2D" uid="uid://ct8534yldge87" path="res://slides/10/code_blocks_pacmen_fenetre.cpp.png" id="3_dng2h"]
  5. [ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="4_whnp7"]
  6. [ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="5_fkwxx"]
  7. [node name="MyOldCode" type="Node2D"]
  8. script = ExtResource("1_w20qb")
  9. [node name="BigCode" type="Sprite2D" parent="."]
  10. position = Vector2(496.459, 490.25)
  11. scale = Vector2(1.34552, 1.34552)
  12. texture = ExtResource("2_g2tnp")
  13. [node name="WeaponCode" type="Sprite2D" parent="."]
  14. position = Vector2(1322, 636)
  15. texture = ExtResource("3_dng2h")
  16. [node name="Title" parent="." instance=ExtResource("4_whnp7")]
  17. offset_left = 17.0
  18. offset_top = 5.0
  19. offset_right = 1920.0
  20. offset_bottom = 173.0
  21. text = "Du code C++"
  22. [node name="Subtitle" parent="." instance=ExtResource("5_fkwxx")]
  23. offset_left = -19.0
  24. offset_top = 962.0
  25. offset_right = 981.0
  26. offset_bottom = 1093.0
  27. text = "std::cout << \"C'est cool!\""