Browse Source

:pencil: Add content in the 2 first slides of part 2

DricomDragon 2 years ago
parent
commit
53ad6388bf

+ 27 - 25
godot/run/root.tscn

@@ -97,87 +97,89 @@ move_trans = 3
 scope_trans = 10
 
 [node name="Show" parent="Board" instance=ExtResource("2_cih7e")]
+start_slide = 13
 
 [node name="World" parent="Board/Show" instance=ExtResource("3_s3lgd")]
 scale = Vector2(10, 10)
 
 [node name="Me" parent="Board/Show" instance=ExtResource("4_uqvn6")]
-position = Vector2(1180, 276)
+position = Vector2(1099, 1460)
 scale = Vector2(3, 3)
 
 [node name="ISF" parent="Board/Show" instance=ExtResource("5_5ojy5")]
-position = Vector2(1554, 423)
+position = Vector2(1089, 1799)
 
 [node name="Dev" parent="Board/Show" instance=ExtResource("6_cl7a1")]
-position = Vector2(0, 1098)
+position = Vector2(-81, 2282)
 
 [node name="GameDev" parent="Board/Show" instance=ExtResource("7_xc17h")]
-position = Vector2(362, 2131)
+position = Vector2(281, 3315)
 
 [node name="Laby" parent="Board/Show" instance=ExtResource("7_hi5bx")]
-position = Vector2(747, 3099)
+position = Vector2(666, 4283)
 
 [node name="Computer" parent="Board/Show" instance=ExtResource("9_6ew0p")]
-position = Vector2(2629, 3221)
+position = Vector2(2548, 4405)
 
 [node name="Translator" parent="Board/Show" instance=ExtResource("10_mhmn3")]
-position = Vector2(3036, 3519)
+position = Vector2(2955, 4703)
 scale = Vector2(0.4, 0.4)
 
-[node name="MyGames" parent="Board/Show" instance=ExtResource("11_t8t2f")]
-position = Vector2(4747, 3209)
-
 [node name="MyOldCode" parent="Board/Show" instance=ExtResource("12_2l1h6")]
-position = Vector2(5004, 2344)
+position = Vector2(4324, 4259)
+scale = Vector2(0.8, 0.8)
+
+[node name="MyGames" parent="Board/Show" instance=ExtResource("11_t8t2f")]
+position = Vector2(5277, 3470)
 
 [node name="Deprecation" parent="Board/Show" instance=ExtResource("13_qnjsg")]
-position = Vector2(5890, 1450)
+position = Vector2(5809, 2634)
 
 [node name="FindingGameEngine" parent="Board/Show" instance=ExtResource("13_wy2jw")]
-position = Vector2(6379, 244)
+position = Vector2(6298, 1428)
 
 [node name="Foundation" parent="Board/Show" instance=ExtResource("8_e1aig")]
-position = Vector2(10830, 695)
+position = Vector2(10921, 1439)
 scale = Vector2(3, 3)
 
 [node name="GameEngineDef" parent="Board/Show" instance=ExtResource("16_8qr5i")]
-position = Vector2(11195, 169)
+position = Vector2(9214, 1921)
 
 [node name="OpenSourceDef" parent="Board/Show" instance=ExtResource("17_js37v")]
-position = Vector2(14168, 143)
+position = Vector2(9982, 2830)
 
 [node name="GodotTech" parent="Board/Show" instance=ExtResource("18_mti70")]
-position = Vector2(11422, 2092)
+position = Vector2(11513, 2836)
 
 [node name="Godot1" parent="Board/Show" instance=ExtResource("19_hixyf")]
-position = Vector2(13185, 2194)
+position = Vector2(13276, 2938)
 scale = Vector2(0.1, 0.1)
 
 [node name="Godot2" parent="Board/Show" instance=ExtResource("20_hqo1t")]
-position = Vector2(12693, 2422)
+position = Vector2(12784, 3166)
 scale = Vector2(0.2, 0.2)
 
 [node name="Godot3" parent="Board/Show" instance=ExtResource("21_qv6t5")]
-position = Vector2(13193, 2660)
+position = Vector2(13284, 3404)
 scale = Vector2(0.3, 0.3)
 
 [node name="Godot4" parent="Board/Show" instance=ExtResource("22_v7gdm")]
-position = Vector2(13922, 2558)
+position = Vector2(14013, 3302)
 scale = Vector2(0.4, 0.4)
 
 [node name="GodotStory" parent="Board/Show" instance=ExtResource("23_v0gk1")]
-position = Vector2(11439, 1109)
+position = Vector2(11530, 1853)
 
 [node name="GodotStandalone" parent="Board/Show" instance=ExtResource("24_55u3r")]
-position = Vector2(12685, 1549)
+position = Vector2(12776, 2293)
 scale = Vector2(0.4, 0.4)
 
 [node name="GodotConsernancy" parent="Board/Show" instance=ExtResource("25_46pky")]
-position = Vector2(13159, 1355)
+position = Vector2(13250, 2099)
 scale = Vector2(0.4, 0.4)
 
 [node name="GodotFoundation" parent="Board/Show" instance=ExtResource("26_6aru8")]
-position = Vector2(13702, 1465)
+position = Vector2(13793, 2209)
 scale = Vector2(0.4, 0.4)
 
 [node name="Graps" parent="Board/Show" instance=ExtResource("16_cwygl")]

+ 10 - 1
godot/slides/1/world.tscn

@@ -1,7 +1,8 @@
-[gd_scene load_steps=3 format=3 uid="uid://c0yx4skvvx7ek"]
+[gd_scene load_steps=4 format=3 uid="uid://c0yx4skvvx7ek"]
 
 [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_eacqu"]
 [ext_resource type="Texture2D" uid="uid://be52hfvwfl0fo" path="res://slides/1/godot_square_white.svg" id="2_v6pv2"]
+[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_pg66c"]
 
 [node name="World" type="Node2D"]
 script = ExtResource("1_eacqu")
@@ -10,3 +11,11 @@ script = ExtResource("1_eacqu")
 position = Vector2(891.25, 459.25)
 scale = Vector2(0.815, 0.815)
 texture = ExtResource("2_v6pv2")
+
+[node name="Title" parent="." instance=ExtResource("3_pg66c")]
+offset_left = 8.0
+offset_top = -3.0
+offset_right = 1770.0
+offset_bottom = 165.0
+text = "En attendant Godot ..."
+horizontal_alignment = 0

+ 9 - 10
godot/slides/110/GameEngineDef.tscn

@@ -1,20 +1,19 @@
-[gd_scene load_steps=4 format=3 uid="uid://yuoshpfxgwhck"]
+[gd_scene load_steps=4 format=3 uid="uid://bn8kxdwf2o7ry"]
 
 [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_olwzd"]
-[ext_resource type="Texture2D" uid="uid://lumgnpdmtfhl" path="res://icon.svg" id="2_spfth"]
-[ext_resource type="PackedScene" uid="uid://kqcrpekuzhjaj" path="res://common/components/title/title.tscn" id="3_nomxq"]
+[ext_resource type="Texture2D" uid="uid://qi3tk4xt2os3" path="res://slides/110/godot-website-welcome-screen.png" id="2_unjnk"]
+[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_nomxq"]
 
 [node name="GameEngineDef" type="Node2D"]
 script = ExtResource("1_olwzd")
 
 [node name="Sprite2D" type="Sprite2D" parent="."]
-position = Vector2(933, 546)
-scale = Vector2(2, 2)
-texture = ExtResource("2_spfth")
+position = Vector2(981, 597)
+texture = ExtResource("2_unjnk")
 
 [node name="Title" parent="." instance=ExtResource("3_nomxq")]
-offset_left = 85.0
-offset_top = 26.0
-offset_right = 1847.0
-offset_bottom = 194.0
+offset_left = 91.0
+offset_top = -39.0
+offset_right = 1853.0
+offset_bottom = 129.0
 text = "Un moteur de jeu"

BIN
godot/slides/110/godot-website-welcome-screen.png


+ 34 - 0
godot/slides/110/godot-website-welcome-screen.png.import

@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://qi3tk4xt2os3"
+path="res://.godot/imported/godot-website-welcome-screen.png-5988e44430ec8995034f67639a62b8b5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://slides/110/godot-website-welcome-screen.png"
+dest_files=["res://.godot/imported/godot-website-welcome-screen.png-5988e44430ec8995034f67639a62b8b5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1

+ 36 - 6
godot/slides/111/OpenSourceDef.tscn

@@ -1,16 +1,19 @@
-[gd_scene load_steps=4 format=3 uid="uid://sxzyhdcisjlxc"]
+[gd_scene load_steps=5 format=3 uid="uid://dieh34nijp3wa"]
 
 [ext_resource type="Script" path="res://projector/slide/Slide.gd" id="1_cyjsx"]
-[ext_resource type="Texture2D" uid="uid://hykgafhvtzam" path="res://icon.svg" id="2_zkqsj"]
-[ext_resource type="PackedScene" uid="uid://ntfvbhoopaiew" path="res://common/components/title/title.tscn" id="3_mtafq"]
+[ext_resource type="Texture2D" uid="uid://cbrt2bjr720an" path="res://slides/111/osi_symbol_0.webp" id="2_26ygd"]
+[ext_resource type="PackedScene" uid="uid://bvrtmyq4g1qes" path="res://common/components/title/title.tscn" id="3_mtafq"]
+
+[sub_resource type="LabelSettings" id="LabelSettings_wj37e"]
+font_size = 29
+font_color = Color(0, 0, 0, 1)
 
 [node name="OpenSourceDef" type="Node2D"]
 script = ExtResource("1_cyjsx")
 
 [node name="Sprite2D" type="Sprite2D" parent="."]
-position = Vector2(933, 546)
-scale = Vector2(2, 2)
-texture = ExtResource("2_zkqsj")
+position = Vector2(1495, 553)
+texture = ExtResource("2_26ygd")
 
 [node name="Title" parent="." instance=ExtResource("3_mtafq")]
 offset_left = 85.0
@@ -18,3 +21,30 @@ offset_top = 26.0
 offset_right = 1847.0
 offset_bottom = 194.0
 text = "Libre"
+
+[node name="TextLicenseMIT" type="Label" parent="."]
+offset_left = 24.0
+offset_top = 195.0
+offset_right = 1303.0
+offset_bottom = 1055.0
+text = "Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md).
+Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the \"Software\"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE."
+label_settings = SubResource("LabelSettings_wj37e")

BIN
godot/slides/111/osi_symbol_0.webp


+ 34 - 0
godot/slides/111/osi_symbol_0.webp.import

@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cbrt2bjr720an"
+path="res://.godot/imported/osi_symbol_0.webp-5ce734ee523153e7d2849bd688a06852.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://slides/111/osi_symbol_0.webp"
+dest_files=["res://.godot/imported/osi_symbol_0.webp-5ce734ee523153e7d2849bd688a06852.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1

+ 1 - 1
godot/slides/202/Features.tscn

@@ -11,4 +11,4 @@ offset_left = 72.0
 offset_top = 469.0
 offset_right = 1834.0
 offset_bottom = 637.0
-text = "Features"
+text = "Fonctionnalités"