preparatory animation
This commit is contained in:
parent
ffc09cdb2c
commit
4ad79e8c13
2 changed files with 144 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=12 format=3 uid="uid://ba0xsnum4uwp2"]
|
[gd_scene load_steps=13 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"]
|
||||||
|
@ -11,6 +11,7 @@
|
||||||
[ext_resource type="PackedScene" uid="uid://djrdg3n1m4c14" path="res://slides/slide6.tscn" id="9_uhs3j"]
|
[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://gt7jq02f56b6" path="res://slides/slide7.tscn" id="10_okpwv"]
|
||||||
[ext_resource type="PackedScene" uid="uid://c4vioc2ter4jt" path="res://slides/slide8.tscn" id="11_q8w33"]
|
[ext_resource type="PackedScene" uid="uid://c4vioc2ter4jt" path="res://slides/slide8.tscn" id="11_q8w33"]
|
||||||
|
[ext_resource type="PackedScene" uid="uid://6qgjhc5v5aln" path="res://slides/slide9.tscn" id="12_uhmct"]
|
||||||
|
|
||||||
[node name="Main" type="Node"]
|
[node name="Main" type="Node"]
|
||||||
|
|
||||||
|
@ -50,3 +51,6 @@ layout_mode = 1
|
||||||
|
|
||||||
[node name="Slide8" parent="Slides" instance=ExtResource("11_q8w33")]
|
[node name="Slide8" parent="Slides" instance=ExtResource("11_q8w33")]
|
||||||
layout_mode = 1
|
layout_mode = 1
|
||||||
|
|
||||||
|
[node name="Slide9" parent="Slides" instance=ExtResource("12_uhmct")]
|
||||||
|
layout_mode = 1
|
||||||
|
|
139
slides/slide9.tscn
Normal file
139
slides/slide9.tscn
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue