feat: Almost all slides created
This commit is contained in:
parent
f120ddf24d
commit
f734b27091
31 changed files with 766 additions and 32 deletions
46
slides/slide35.tscn
Normal file
46
slides/slide35.tscn
Normal file
|
@ -0,0 +1,46 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://baopai3noeq2o"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://gmbyqm36mt2w" path="res://resources/backgrounds/slide35.png" id="1_gedg4"]
|
||||
[ext_resource type="VideoStream" path="res://resources/videos/ojos.ogv" id="2_nl21w"]
|
||||
[ext_resource type="VideoStream" path="res://resources/videos/rotar.ogv" id="3_q6igb"]
|
||||
|
||||
[node name="slide35" type="Control"]
|
||||
layout_mode = 3
|
||||
anchor_left = 0.962
|
||||
anchor_top = 0.856
|
||||
anchor_right = 0.962
|
||||
anchor_bottom = 0.856
|
||||
offset_left = -923.52
|
||||
offset_top = -462.24
|
||||
offset_right = -923.52
|
||||
offset_bottom = -462.24
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
layout_mode = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
scale = Vector2(0.5, 0.5)
|
||||
texture = ExtResource("1_gedg4")
|
||||
|
||||
[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_top = 170.0
|
||||
offset_right = 480.0
|
||||
offset_bottom = 440.0
|
||||
stream = ExtResource("2_nl21w")
|
||||
autoplay = true
|
||||
expand = true
|
||||
loop = true
|
||||
|
||||
[node name="VideoStreamPlayer2" type="VideoStreamPlayer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 480.0
|
||||
offset_top = 170.0
|
||||
offset_right = 960.0
|
||||
offset_bottom = 440.0
|
||||
stream = ExtResource("3_q6igb")
|
||||
autoplay = true
|
||||
expand = true
|
||||
loop = true
|
Loading…
Add table
Add a link
Reference in a new issue