init
This commit is contained in:
commit
9b0a64149d
13 changed files with 249 additions and 0 deletions
39
slides/title.tscn
Normal file
39
slides/title.tscn
Normal file
|
@ -0,0 +1,39 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://edbgev6imyv5"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cmbaq2skvrvuj" path="res://resources/portadas1.png" id="1_vc5rf"]
|
||||
[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="2_qy7fr"]
|
||||
|
||||
[node name="Title" 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
|
||||
texture = ExtResource("1_vc5rf")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = 92.0
|
||||
offset_right = 960.0
|
||||
offset_bottom = 388.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_fonts/normal_font = ExtResource("2_qy7fr")
|
||||
theme_override_font_sizes/normal_font_size = 54
|
||||
bbcode_enabled = true
|
||||
text = "[center]Hemos sobrevivido
|
||||
una jam"
|
||||
scroll_active = false
|
||||
autowrap_mode = 0
|
||||
shortcut_keys_enabled = false
|
Loading…
Add table
Add a link
Reference in a new issue