preparatory animation

This commit is contained in:
Gerard Gascón 2024-02-18 21:48:25 +01:00
parent ffc09cdb2c
commit 4ad79e8c13
2 changed files with 144 additions and 1 deletions

139
slides/slide9.tscn Normal file
View file

@ -0,0 +1,139 @@
[gd_scene load_steps=4 format=3 uid="uid://6qgjhc5v5aln"]
[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="1_oa3qr"]
[sub_resource type="Animation" id="Animation_jpvef"]
resource_local_to_scene = true
resource_name = "new_animation"
length = 4.00001
loop_mode = 1
step = 0.05
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("Experimenting/RichTextLabel4:position")
tracks/0/interp = 2
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.7, 1, 1.7, 2, 2.7, 3, 3.7, 4),
"transitions": PackedFloat32Array(0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5),
"update": 0,
"values": [Vector2(392, 0), Vector2(392, -36), Vector2(392, -36), Vector2(392, -72), Vector2(392, -72), Vector2(392, -36), Vector2(392, -36), Vector2(392, 0), Vector2(392, 0)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("Learning/RichTextLabel3:position")
tracks/1/interp = 2
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0, 0.5, 0.65, 1.15, 1.3, 1.85, 2, 2.5, 2.65, 3.15, 3.3, 3.85, 4),
"transitions": PackedFloat32Array(0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5),
"update": 0,
"values": [Vector2(321, 0), Vector2(321, -36), Vector2(321, -36), Vector2(321, -72), Vector2(321, -72), Vector2(321, -108), Vector2(321, -108), Vector2(321, -72), Vector2(321, -72), Vector2(321, -36), Vector2(321, -36), Vector2(321, 0), Vector2(321, 0)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_awrnl"]
_data = {
"looping": SubResource("Animation_jpvef")
}
[node name="Slide9" 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_oa3qr")
theme_override_font_sizes/normal_font_size = 36
bbcode_enabled = true
text = "Desarrollo - Preparatoria"
scroll_active = false
autowrap_mode = 0
shortcut_keys_enabled = false
[node name="Learning" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_top = 146.0
offset_right = 40.0
offset_bottom = 186.0
[node name="RichTextLabel3" type="RichTextLabel" parent="Learning"]
offset_left = 321.0
offset_right = 1281.0
offset_bottom = 161.0
theme_override_fonts/normal_font = ExtResource("1_oa3qr")
theme_override_font_sizes/normal_font_size = 27
bbcode_enabled = true
text = "un motor nuevo
un estilo nuevo
trabajo en equipo
nada"
scroll_active = false
autowrap_mode = 0
shortcut_keys_enabled = false
[node name="RichTextLabel4" type="RichTextLabel" parent="Learning"]
offset_right = 960.0
offset_bottom = 84.0
theme_override_fonts/normal_font = ExtResource("1_oa3qr")
theme_override_font_sizes/normal_font_size = 27
bbcode_enabled = true
text = "Quiero aprender..."
scroll_active = false
autowrap_mode = 0
shortcut_keys_enabled = false
[node name="Experimenting" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_top = 353.0
offset_right = 40.0
offset_bottom = 393.0
[node name="RichTextLabel3" type="RichTextLabel" parent="Experimenting"]
layout_mode = 1
offset_right = 960.0
offset_bottom = 84.0
theme_override_fonts/normal_font = ExtResource("1_oa3qr")
theme_override_font_sizes/normal_font_size = 27
bbcode_enabled = true
text = "Quiero experimentar..."
scroll_active = false
autowrap_mode = 0
shortcut_keys_enabled = false
[node name="RichTextLabel4" type="RichTextLabel" parent="Experimenting"]
layout_mode = 1
offset_left = 392.0
offset_right = 960.0
offset_bottom = 197.0
theme_override_fonts/normal_font = ExtResource("1_oa3qr")
theme_override_font_sizes/normal_font_size = 27
bbcode_enabled = true
text = "con shaders
con mecánicas nuevas
con nada"
scroll_active = false
autowrap_mode = 0
shortcut_keys_enabled = false
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
"": SubResource("AnimationLibrary_awrnl")
}
autoplay = "looping"