From 1dd03f5c3bafe4ab1bc8b0cf67dad2160546c457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Sun, 18 Feb 2024 21:14:20 +0100 Subject: [PATCH] feat: Added presentation slides --- main.tscn | 32 ++++++++++++++++++++++++-- slides/slide1.tscn | 6 ++--- slides/slide2.tscn | 57 ++++++++++++++++++++++++++++++++++++++++++++++ slides/slide3.tscn | 16 +++++++++++++ slides/slide4.tscn | 45 ++++++++++++++++++++++++++++++++++++ slides/slide5.tscn | 44 +++++++++++++++++++++++++++++++++++ slides/slide6.tscn | 44 +++++++++++++++++++++++++++++++++++ slides/slide7.tscn | 44 +++++++++++++++++++++++++++++++++++ slides/slide8.tscn | 44 +++++++++++++++++++++++++++++++++++ 9 files changed, 327 insertions(+), 5 deletions(-) create mode 100644 slides/slide2.tscn create mode 100644 slides/slide3.tscn create mode 100644 slides/slide4.tscn create mode 100644 slides/slide5.tscn create mode 100644 slides/slide6.tscn create mode 100644 slides/slide7.tscn create mode 100644 slides/slide8.tscn diff --git a/main.tscn b/main.tscn index 7385c9e..57e2613 100644 --- a/main.tscn +++ b/main.tscn @@ -1,9 +1,16 @@ -[gd_scene load_steps=5 format=3 uid="uid://ba0xsnum4uwp2"] +[gd_scene load_steps=12 format=3 uid="uid://ba0xsnum4uwp2"] [ext_resource type="Script" path="res://Slides.gd" id="1_twp8b"] [ext_resource type="PackedScene" uid="uid://edbgev6imyv5" path="res://slides/title.tscn" id="2_cmdxc"] [ext_resource type="PackedScene" uid="uid://cesv26jximro0" path="res://slides/splash.tscn" id="2_dm0va"] -[ext_resource type="PackedScene" uid="uid://detqh52qaweu2" path="res://slides/slide1.tscn" id="4_vm0in"] +[ext_resource type="PackedScene" uid="uid://gkjwdvr0l1ey" path="res://slides/slide1.tscn" id="4_vm0in"] +[ext_resource type="PackedScene" uid="uid://detqh52qaweu2" path="res://slides/slide2.tscn" id="5_t676r"] +[ext_resource type="PackedScene" uid="uid://dvyyrwimegriy" path="res://slides/slide3.tscn" id="6_hv5td"] +[ext_resource type="PackedScene" uid="uid://388nva687sl3" path="res://slides/slide4.tscn" id="7_xch4t"] +[ext_resource type="PackedScene" uid="uid://brjmy5v2kqtrd" path="res://slides/slide5.tscn" id="8_uw5wc"] +[ext_resource type="PackedScene" uid="uid://djrdg3n1m4c14" path="res://slides/slide6.tscn" id="9_uhs3j"] +[ext_resource type="PackedScene" uid="uid://gt7jq02f56b6" path="res://slides/slide7.tscn" id="10_okpwv"] +[ext_resource type="PackedScene" uid="uid://c4vioc2ter4jt" path="res://slides/slide8.tscn" id="11_q8w33"] [node name="Main" type="Node"] @@ -22,3 +29,24 @@ layout_mode = 1 [node name="Slide1" parent="Slides" instance=ExtResource("4_vm0in")] layout_mode = 1 + +[node name="Slide2" parent="Slides" instance=ExtResource("5_t676r")] +layout_mode = 1 + +[node name="Slide3" parent="Slides" instance=ExtResource("6_hv5td")] +layout_mode = 1 + +[node name="Slide4" parent="Slides" instance=ExtResource("7_xch4t")] +layout_mode = 1 + +[node name="Slide5" parent="Slides" instance=ExtResource("8_uw5wc")] +layout_mode = 1 + +[node name="Slide6" parent="Slides" instance=ExtResource("9_uhs3j")] +layout_mode = 1 + +[node name="Slide7" parent="Slides" instance=ExtResource("10_okpwv")] +layout_mode = 1 + +[node name="Slide8" parent="Slides" instance=ExtResource("11_q8w33")] +layout_mode = 1 diff --git a/slides/slide1.tscn b/slides/slide1.tscn index bdaf82a..962200d 100644 --- a/slides/slide1.tscn +++ b/slides/slide1.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=2 format=3 uid="uid://detqh52qaweu2"] +[gd_scene load_steps=2 format=3 uid="uid://gkjwdvr0l1ey"] -[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="2_66if4"] +[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="1_w71up"] [node name="Slide1" type="Control"] layout_mode = 3 @@ -21,7 +21,7 @@ offset_bottom = 40.0 layout_mode = 1 offset_right = 960.0 offset_bottom = 296.0 -theme_override_fonts/normal_font = ExtResource("2_66if4") +theme_override_fonts/normal_font = ExtResource("1_w71up") theme_override_font_sizes/normal_font_size = 36 bbcode_enabled = true text = "[center]Indie Spain Jam - Figments of the Night" diff --git a/slides/slide2.tscn b/slides/slide2.tscn new file mode 100644 index 0000000..57dce57 --- /dev/null +++ b/slides/slide2.tscn @@ -0,0 +1,57 @@ +[gd_scene load_steps=2 format=3 uid="uid://detqh52qaweu2"] + +[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="2_66if4"] + +[node name="Slide2" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_right = -960.0 +offset_bottom = -540.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="TextureRect" type="TextureRect" parent="."] +layout_mode = 0 +offset_right = 40.0 +offset_bottom = 40.0 + +[node name="RichTextLabel" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_right = 960.0 +offset_bottom = 46.0 +theme_override_fonts/normal_font = ExtResource("2_66if4") +theme_override_font_sizes/normal_font_size = 36 +bbcode_enabled = true +text = "Uri" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false + +[node name="RichTextLabel2" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_top = 55.0 +offset_right = 960.0 +offset_bottom = 139.0 +theme_override_fonts/normal_font = ExtResource("2_66if4") +theme_override_font_sizes/normal_font_size = 27 +bbcode_enabled = true +text = "Intento de Environment Artist/Level Designer +Me gusta modelar escenarios y objetos 3D" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false + +[node name="RichTextLabel3" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_top = 125.0 +offset_right = 960.0 +offset_bottom = 209.0 +theme_override_fonts/normal_font = ExtResource("2_66if4") +theme_override_font_sizes/normal_font_size = 18 +bbcode_enabled = true +text = "Que alguien me contrate aiuda (Me estoy quedando sin robux)" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false diff --git a/slides/slide3.tscn b/slides/slide3.tscn new file mode 100644 index 0000000..ec89fd1 --- /dev/null +++ b/slides/slide3.tscn @@ -0,0 +1,16 @@ +[gd_scene format=3 uid="uid://dvyyrwimegriy"] + +[node name="Slide3" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_right = -960.0 +offset_bottom = -540.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="TextureRect" type="TextureRect" parent="."] +layout_mode = 0 +offset_right = 40.0 +offset_bottom = 40.0 diff --git a/slides/slide4.tscn b/slides/slide4.tscn new file mode 100644 index 0000000..1289e57 --- /dev/null +++ b/slides/slide4.tscn @@ -0,0 +1,45 @@ +[gd_scene load_steps=2 format=3 uid="uid://388nva687sl3"] + +[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="1_jrgob"] + +[node name="Slide4" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_right = -960.0 +offset_bottom = -540.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="TextureRect" type="TextureRect" parent="."] +layout_mode = 0 +offset_right = 40.0 +offset_bottom = 40.0 + +[node name="RichTextLabel2" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_top = 55.0 +offset_right = 960.0 +offset_bottom = 139.0 +theme_override_fonts/normal_font = ExtResource("1_jrgob") +theme_override_font_sizes/normal_font_size = 27 +bbcode_enabled = true +text = "Actualmente sigo creando environments cuando la +universidad me lo permite." +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false + +[node name="RichTextLabel3" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_top = 125.0 +offset_right = 960.0 +offset_bottom = 209.0 +theme_override_fonts/normal_font = ExtResource("1_jrgob") +theme_override_font_sizes/normal_font_size = 9 +bbcode_enabled = true +text = "(socorro)" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false diff --git a/slides/slide5.tscn b/slides/slide5.tscn new file mode 100644 index 0000000..805c433 --- /dev/null +++ b/slides/slide5.tscn @@ -0,0 +1,44 @@ +[gd_scene load_steps=2 format=3 uid="uid://brjmy5v2kqtrd"] + +[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="1_0h3ic"] + +[node name="Slide5" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_right = -960.0 +offset_bottom = -540.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="TextureRect" type="TextureRect" parent="."] +layout_mode = 0 +offset_right = 40.0 +offset_bottom = 40.0 + +[node name="RichTextLabel" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_right = 960.0 +offset_bottom = 46.0 +theme_override_fonts/normal_font = ExtResource("1_0h3ic") +theme_override_font_sizes/normal_font_size = 36 +bbcode_enabled = true +text = "Marc" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false + +[node name="RichTextLabel2" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_top = 55.0 +offset_right = 960.0 +offset_bottom = 139.0 +theme_override_fonts/normal_font = ExtResource("1_0h3ic") +theme_override_font_sizes/normal_font_size = 27 +bbcode_enabled = true +text = "Soy un monstruo que le gusta dibujar +Soy el que se dedica a mirar out of scope" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false diff --git a/slides/slide6.tscn b/slides/slide6.tscn new file mode 100644 index 0000000..29df0a8 --- /dev/null +++ b/slides/slide6.tscn @@ -0,0 +1,44 @@ +[gd_scene load_steps=2 format=3 uid="uid://djrdg3n1m4c14"] + +[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="1_5jdi0"] + +[node name="Slide6" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_right = -960.0 +offset_bottom = -540.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="TextureRect" type="TextureRect" parent="."] +layout_mode = 0 +offset_right = 40.0 +offset_bottom = 40.0 + +[node name="RichTextLabel" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_right = 960.0 +offset_bottom = 46.0 +theme_override_fonts/normal_font = ExtResource("1_5jdi0") +theme_override_font_sizes/normal_font_size = 36 +bbcode_enabled = true +text = "Marc" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false + +[node name="RichTextLabel2" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_top = 55.0 +offset_right = 960.0 +offset_bottom = 139.0 +theme_override_fonts/normal_font = ExtResource("1_5jdi0") +theme_override_font_sizes/normal_font_size = 27 +bbcode_enabled = true +text = "Publico dibujos de tanto en tanto, pero siempre +estoy trabajando en nuevos proyectitos." +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false diff --git a/slides/slide7.tscn b/slides/slide7.tscn new file mode 100644 index 0000000..91c8bc4 --- /dev/null +++ b/slides/slide7.tscn @@ -0,0 +1,44 @@ +[gd_scene load_steps=2 format=3 uid="uid://gt7jq02f56b6"] + +[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="1_s4kod"] + +[node name="Slide7" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_right = -960.0 +offset_bottom = -540.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="TextureRect" type="TextureRect" parent="."] +layout_mode = 0 +offset_right = 40.0 +offset_bottom = 40.0 + +[node name="RichTextLabel" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_right = 960.0 +offset_bottom = 46.0 +theme_override_fonts/normal_font = ExtResource("1_s4kod") +theme_override_font_sizes/normal_font_size = 36 +bbcode_enabled = true +text = "Geri" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false + +[node name="RichTextLabel2" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_top = 55.0 +offset_right = 960.0 +offset_bottom = 139.0 +theme_override_fonts/normal_font = ExtResource("1_s4kod") +theme_override_font_sizes/normal_font_size = 27 +bbcode_enabled = true +text = "Soy un chaval al que le gusta programar +He participado a 28 jams y sobrevivido a 18" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false diff --git a/slides/slide8.tscn b/slides/slide8.tscn new file mode 100644 index 0000000..05c37d0 --- /dev/null +++ b/slides/slide8.tscn @@ -0,0 +1,44 @@ +[gd_scene load_steps=2 format=3 uid="uid://c4vioc2ter4jt"] + +[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="1_f8ofu"] + +[node name="Slide8" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_right = -960.0 +offset_bottom = -540.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="TextureRect" type="TextureRect" parent="."] +layout_mode = 0 +offset_right = 40.0 +offset_bottom = 40.0 + +[node name="RichTextLabel" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_right = 960.0 +offset_bottom = 46.0 +theme_override_fonts/normal_font = ExtResource("1_f8ofu") +theme_override_font_sizes/normal_font_size = 36 +bbcode_enabled = true +text = "Geri" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false + +[node name="RichTextLabel2" type="RichTextLabel" parent="."] +layout_mode = 1 +offset_top = 55.0 +offset_right = 960.0 +offset_bottom = 139.0 +theme_override_fonts/normal_font = ExtResource("1_f8ofu") +theme_override_font_sizes/normal_font_size = 27 +bbcode_enabled = true +text = "Actualmente estoy en el desarrollo de un +juego post-jam" +scroll_active = false +autowrap_mode = 0 +shortcut_keys_enabled = false