123456789101112131415161718192021222324252627282930313233 |
- [gd_scene load_steps=6 format=3 uid="uid://tempkadbeuy0"]
- [ext_resource type="Script" path="res://addons/slide_show/projector/slide/Slide.gd" id="1_w20qb"]
- [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"]
- [node name="MyOldCode" type="Node2D"]
- script = ExtResource("1_w20qb")
- [node name="BigCode" type="Sprite2D" parent="."]
- position = Vector2(496.459, 490.25)
- scale = Vector2(1.34552, 1.34552)
- texture = ExtResource("2_g2tnp")
- [node name="WeaponCode" type="Sprite2D" parent="."]
- position = Vector2(1322, 636)
- texture = ExtResource("3_dng2h")
- [node name="Title" parent="." instance=ExtResource("4_whnp7")]
- 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 = -19.0
- offset_top = 962.0
- offset_right = 981.0
- offset_bottom = 1093.0
- text = "std::cout << \"C'est cool!\""
|