MyOldCode.tscn 1.2 KB

123456789101112131415161718192021222324252627282930
  1. [gd_scene load_steps=6 format=3 uid="uid://tempkadbeuy0"]
  2. [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_w20qb"]
  3. [ext_resource type="Texture2D" uid="uid://ckmpbcjg6hfan" path="res://slides/10/code_cpp_hg_main_loop.jpg" id="2_3ntq6"]
  4. [ext_resource type="Texture2D" uid="uid://drx5rvh152gom" path="res://slides/10/code_cpp_hg_arme.jpg" id="3_15st0"]
  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(577, 446)
  11. texture = ExtResource("2_3ntq6")
  12. [node name="WeaponCode" type="Sprite2D" parent="."]
  13. position = Vector2(1420.64, 709)
  14. scale = Vector2(2.2069, 2.2069)
  15. texture = ExtResource("3_15st0")
  16. [node name="Title" parent="." instance=ExtResource("4_whnp7")]
  17. offset_left = 735.0
  18. text = "Du code C++"
  19. [node name="Subtitle" parent="." instance=ExtResource("5_fkwxx")]
  20. offset_left = 39.0
  21. offset_top = 878.0
  22. offset_right = 1039.0
  23. offset_bottom = 1009.0
  24. text = "std::cout << \"C'est cool!\""