init
This commit is contained in:
commit
18efc36800
161 changed files with 5008 additions and 0 deletions
64
scenes/end_card.tscn
Normal file
64
scenes/end_card.tscn
Normal file
|
@ -0,0 +1,64 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://3gej4vd7cwgk"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/end_card.gd" id="1_gj4nw"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_d3v7t"]
|
||||
offsets = PackedFloat32Array(0)
|
||||
colors = PackedColorArray(0, 0, 0, 1)
|
||||
|
||||
[sub_resource type="GradientTexture2D" id="GradientTexture2D_6m76t"]
|
||||
gradient = SubResource("Gradient_d3v7t")
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_w7cdy"]
|
||||
font_size = 72
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_ea5bh"]
|
||||
font_size = 48
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_2m5lh"]
|
||||
font_size = 32
|
||||
|
||||
[node name="EndCard" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_gj4nw")
|
||||
|
||||
[node name="BG" type="TextureRect" parent="."]
|
||||
layout_mode = 0
|
||||
offset_right = 1936.0
|
||||
offset_bottom = 1096.0
|
||||
texture = SubResource("GradientTexture2D_6m76t")
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_top = 16.0
|
||||
offset_right = 1919.0
|
||||
offset_bottom = 918.0
|
||||
text = "Moriste de forma espectacular"
|
||||
label_settings = SubResource("LabelSettings_w7cdy")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Time" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 433.0
|
||||
offset_top = 523.0
|
||||
offset_right = 1501.0
|
||||
offset_bottom = 590.0
|
||||
text = "Has durado unos segundos"
|
||||
label_settings = SubResource("LabelSettings_ea5bh")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Subtitle" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 431.0
|
||||
offset_top = 609.0
|
||||
offset_right = 1493.0
|
||||
offset_bottom = 654.0
|
||||
text = "Pulsa un botón para intentarlo de nuevo"
|
||||
label_settings = SubResource("LabelSettings_2m5lh")
|
||||
horizontal_alignment = 1
|
Loading…
Add table
Add a link
Reference in a new issue