feat: Updated title screen

This commit is contained in:
Gerard Gascón 2024-02-21 01:01:04 +01:00
parent 489137b2aa
commit bd9b2f5147
5 changed files with 44 additions and 22 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://lw7bqa0i566u"
path="res://.godot/imported/Title.png-c69eb90ffff1db68e02c26c9d6c22823.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://resources/backgrounds/Title.png"
dest_files=["res://.godot/imported/Title.png-c69eb90ffff1db68e02c26c9d6c22823.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

View file

@ -2,7 +2,7 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cmbaq2skvrvuj" uid="uid://me8n3ntvgr2s"
path="res://.godot/imported/portadas1.png-4be6f0b668eb9aed229bbbae36177e04.ctex" path="res://.godot/imported/portadas1.png-4be6f0b668eb9aed229bbbae36177e04.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
@ -31,4 +31,4 @@ process/normal_map_invert_y=false
process/hdr_as_srgb=false process/hdr_as_srgb=false
process/hdr_clamp_exposure=false process/hdr_clamp_exposure=false
process/size_limit=0 process/size_limit=0
detect_3d/compress_to=0 detect_3d/compress_to=1

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://edbgev6imyv5"] [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="Texture2D" uid="uid://me8n3ntvgr2s" path="res://resources/portadas1.png" id="1_vc5rf"]
[ext_resource type="FontFile" uid="uid://cq5nu007qrube" path="res://fonts/PixeloidSans-Bold.ttf" id="2_qy7fr"] [ext_resource type="Texture2D" uid="uid://lw7bqa0i566u" path="res://resources/backgrounds/Title.png" id="2_bi3n8"]
[node name="Title" type="Control"] [node name="Title" type="Control"]
layout_mode = 3 layout_mode = 3
@ -19,21 +19,9 @@ offset_right = 40.0
offset_bottom = 40.0 offset_bottom = 40.0
texture = ExtResource("1_vc5rf") texture = ExtResource("1_vc5rf")
[node name="RichTextLabel" type="RichTextLabel" parent="."] [node name="TextureRect2" type="TextureRect" parent="."]
layout_mode = 1 layout_mode = 0
anchors_preset = 15 offset_right = 40.0
anchor_right = 1.0 offset_bottom = 40.0
anchor_bottom = 1.0 scale = Vector2(0.5, 0.5)
offset_top = 92.0 texture = ExtResource("2_bi3n8")
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