|
@@ -1,8 +1,8 @@
|
|
|
[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="Texture2D" uid="uid://dul3v3kl2kvmh" path="res://slides/10/code_jeu_plus_ou_moins.png" id="2_g2tnp"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://ct8534yldge87" path="res://slides/10/code_blocks_pacmen_fenetre.cpp.png" id="3_dng2h"]
|
|
|
[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"]
|
|
|
|
|
@@ -10,21 +10,24 @@
|
|
|
script = ExtResource("1_w20qb")
|
|
|
|
|
|
[node name="BigCode" type="Sprite2D" parent="."]
|
|
|
-position = Vector2(577, 446)
|
|
|
-texture = ExtResource("2_3ntq6")
|
|
|
+position = Vector2(496.459, 490.25)
|
|
|
+scale = Vector2(1.34552, 1.34552)
|
|
|
+texture = ExtResource("2_g2tnp")
|
|
|
|
|
|
[node name="WeaponCode" type="Sprite2D" parent="."]
|
|
|
-position = Vector2(1420.64, 709)
|
|
|
-scale = Vector2(2.2069, 2.2069)
|
|
|
-texture = ExtResource("3_15st0")
|
|
|
+position = Vector2(1322, 636)
|
|
|
+texture = ExtResource("3_dng2h")
|
|
|
|
|
|
[node name="Title" parent="." instance=ExtResource("4_whnp7")]
|
|
|
-offset_left = 735.0
|
|
|
+offset_left = 17.0
|
|
|
+offset_top = 5.0
|
|
|
+offset_right = 1920.0
|
|
|
+offset_bottom = 173.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
|
|
|
+offset_left = -19.0
|
|
|
+offset_top = 962.0
|
|
|
+offset_right = 981.0
|
|
|
+offset_bottom = 1093.0
|
|
|
text = "std::cout << \"C'est cool!\""
|