[gd_scene load_steps=6 format=3 uid="uid://tempkadbeuy0"]

[ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_w20qb"]
[ext_resource type="Texture2D" uid="uid://ckmpbcjg6hfan" path="res://slides/10/code_cpp_hg_main_loop.jpg" id="2_3ntq6"]
[ext_resource type="Texture2D" uid="uid://drx5rvh152gom" path="res://slides/10/code_cpp_hg_arme.jpg" id="3_15st0"]
[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="4_whnp7"]
[ext_resource type="PackedScene" uid="uid://b811jddpttnt4" path="res://common/components/subtitle/subtitle.tscn" id="5_fkwxx"]

[node name="MyOldCode" type="Node2D"]
script = ExtResource("1_w20qb")

[node name="BigCode" type="Sprite2D" parent="."]
position = Vector2(577, 446)
texture = ExtResource("2_3ntq6")

[node name="WeaponCode" type="Sprite2D" parent="."]
position = Vector2(1420.64, 709)
scale = Vector2(2.2069, 2.2069)
texture = ExtResource("3_15st0")

[node name="Title" parent="." instance=ExtResource("4_whnp7")]
offset_left = 735.0
text = "Du code C++"

[node name="Subtitle" parent="." instance=ExtResource("5_fkwxx")]
offset_left = 39.0
offset_top = 878.0
offset_right = 1039.0
offset_bottom = 1009.0
text = "std::cout << \"C'est cool!\""