feat: Added presentation slides
This commit is contained in:
parent
2fcf26b465
commit
1dd03f5c3b
9 changed files with 327 additions and 5 deletions
32
main.tscn
32
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="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://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://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"]
|
[node name="Main" type="Node"]
|
||||||
|
|
||||||
|
@ -22,3 +29,24 @@ layout_mode = 1
|
||||||
|
|
||||||
[node name="Slide1" parent="Slides" instance=ExtResource("4_vm0in")]
|
[node name="Slide1" parent="Slides" instance=ExtResource("4_vm0in")]
|
||||||
layout_mode = 1
|
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
|
||||||
|
|
|
@ -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"]
|
[node name="Slide1" type="Control"]
|
||||||
layout_mode = 3
|
layout_mode = 3
|
||||||
|
@ -21,7 +21,7 @@ offset_bottom = 40.0
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
offset_right = 960.0
|
offset_right = 960.0
|
||||||
offset_bottom = 296.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
|
theme_override_font_sizes/normal_font_size = 36
|
||||||
bbcode_enabled = true
|
bbcode_enabled = true
|
||||||
text = "[center]Indie Spain Jam - Figments of the Night"
|
text = "[center]Indie Spain Jam - Figments of the Night"
|
||||||
|
|
57
slides/slide2.tscn
Normal file
57
slides/slide2.tscn
Normal file
|
@ -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
|
16
slides/slide3.tscn
Normal file
16
slides/slide3.tscn
Normal file
|
@ -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
|
45
slides/slide4.tscn
Normal file
45
slides/slide4.tscn
Normal file
|
@ -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
|
44
slides/slide5.tscn
Normal file
44
slides/slide5.tscn
Normal file
|
@ -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
|
44
slides/slide6.tscn
Normal file
44
slides/slide6.tscn
Normal file
|
@ -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
|
44
slides/slide7.tscn
Normal file
44
slides/slide7.tscn
Normal file
|
@ -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
|
44
slides/slide8.tscn
Normal file
44
slides/slide8.tscn
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue