Finish up credits screen

This commit is contained in:
Raxki 2025-03-06 17:35:21 -05:00
parent 03e822a833
commit 805a4a8f06
5 changed files with 104 additions and 21 deletions

BIN
NPCs/raxki.png (Stored with Git LFS) Normal file

Binary file not shown.

34
NPCs/raxki.png.import Normal file
View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b3qico0ve8kih"
path="res://.godot/imported/raxki.png-ee795dd117d5d1941ade8f51776cb2c7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/raxki.png"
dest_files=["res://.godot/imported/raxki.png-ee795dd117d5d1941ade8f51776cb2c7.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

BIN
NPCs/yonic.png (Stored with Git LFS) Normal file

Binary file not shown.

34
NPCs/yonic.png.import Normal file
View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://x2cp7wl6o1c1"
path="res://.godot/imported/yonic.png-c5cd1c54983838683e964b17705461b4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://NPCs/yonic.png"
dest_files=["res://.godot/imported/yonic.png-c5cd1c54983838683e964b17705461b4.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

View file

@ -1,9 +1,16 @@
[gd_scene load_steps=11 format=3 uid="uid://6kq1081phjj8"]
[gd_scene load_steps=10 format=3 uid="uid://6kq1081phjj8"]
[ext_resource type="Script" path="res://Scripts/UI/prototype_credits.gd" id="1_l27oe"]
[ext_resource type="FontFile" uid="uid://bgqotudi6bifk" path="res://UI/Gundam 00 font gaufont.ttf" id="1_mo4u7"]
[ext_resource type="Texture2D" uid="uid://c4iwqijfp013h" path="res://Hiro/Hiro_Idle_Blink_Sprites.png" id="1_v1v2f"]
[ext_resource type="Texture2D" uid="uid://bmix77hgm7q21" path="res://Reed/Reed_Idle_Blink_Sprites.png" id="2_n217s"]
[ext_resource type="Texture2D" uid="uid://b3qico0ve8kih" path="res://NPCs/raxki.png" id="3_dpsa0"]
[ext_resource type="Texture2D" uid="uid://x2cp7wl6o1c1" path="res://NPCs/yonic.png" id="4_yqlxt"]
[sub_resource type="LabelSettings" id="LabelSettings_85mud"]
font = ExtResource("1_mo4u7")
font_size = 20
font_color = Color(0.682353, 0.866667, 0.996078, 1)
outline_size = 4
outline_color = Color(0, 0, 0, 1)
[sub_resource type="LabelSettings" id="LabelSettings_3a8w4"]
font = ExtResource("1_mo4u7")
@ -11,10 +18,6 @@ font_size = 32
outline_size = 8
outline_color = Color(0, 0, 0, 1)
[sub_resource type="AtlasTexture" id="AtlasTexture_jbqse"]
atlas = ExtResource("1_v1v2f")
region = Rect2(0, 0, 32, 32)
[sub_resource type="LabelSettings" id="LabelSettings_eg5ns"]
font = ExtResource("1_mo4u7")
font_color = Color(0.682353, 0.866667, 0.996078, 1)
@ -27,10 +30,6 @@ font_size = 20
outline_size = 4
outline_color = Color(0, 0, 0, 1)
[sub_resource type="AtlasTexture" id="AtlasTexture_yln03"]
atlas = ExtResource("2_n217s")
region = Rect2(0, 0, 32, 32)
[sub_resource type="LabelSettings" id="LabelSettings_5v6rm"]
font = ExtResource("1_mo4u7")
font_color = Color(1, 1, 0, 1)
@ -55,9 +54,15 @@ grow_horizontal = 2
grow_vertical = 2
alignment = 1
[node name="Label" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "THANK YOU FOR PLAYING!"
label_settings = SubResource("LabelSettings_85mud")
horizontal_alignment = 1
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
layout_mode = 2
theme_override_constants/margin_bottom = 64
theme_override_constants/margin_bottom = 16
[node name="Label" type="Label" parent="VBoxContainer/MarginContainer"]
layout_mode = 2
@ -72,6 +77,7 @@ alignment = 1
[node name="Raxki" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 6
alignment = 2
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/HBoxContainer/Raxki"]
layout_mode = 2
@ -79,10 +85,10 @@ theme_override_constants/margin_bottom = 8
[node name="Sprite" type="TextureRect" parent="VBoxContainer/HBoxContainer/Raxki/MarginContainer"]
texture_filter = 1
custom_minimum_size = Vector2(64, 64)
custom_minimum_size = Vector2(0, 56)
layout_mode = 2
texture = SubResource("AtlasTexture_jbqse")
expand_mode = 2
texture = ExtResource("3_dpsa0")
expand_mode = 1
stretch_mode = 5
[node name="Title" type="Label" parent="VBoxContainer/HBoxContainer/Raxki"]
@ -100,6 +106,7 @@ horizontal_alignment = 1
[node name="Yonic" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 6
alignment = 2
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/HBoxContainer/Yonic"]
layout_mode = 2
@ -107,10 +114,9 @@ theme_override_constants/margin_bottom = 8
[node name="Sprite" type="TextureRect" parent="VBoxContainer/HBoxContainer/Yonic/MarginContainer"]
texture_filter = 1
custom_minimum_size = Vector2(64, 64)
custom_minimum_size = Vector2(0, 58)
layout_mode = 2
texture = SubResource("AtlasTexture_yln03")
expand_mode = 2
texture = ExtResource("4_yqlxt")
stretch_mode = 5
[node name="Title" type="Label" parent="VBoxContainer/HBoxContainer/Yonic"]
@ -135,7 +141,7 @@ theme_override_constants/margin_bottom = 16
[node name="Title" type="Label" parent="VBoxContainer/HBoxContainer/Credits3"]
layout_mode = 2
text = "YCH CROWD"
text = "BG/YCH CHARACTERS"
label_settings = SubResource("LabelSettings_eg5ns")
horizontal_alignment = 1
@ -143,8 +149,10 @@ horizontal_alignment = 1
layout_mode = 2
text = "CodyKogitsune
supersonicfa
Nem
ZakiV
BrianF"
BrianF
"
label_settings = SubResource("LabelSettings_xf38o")
horizontal_alignment = 1
@ -210,7 +218,7 @@ horizontal_alignment = 1
[node name="Name" type="Label" parent="VBoxContainer/HBoxContainer2/Credits3"]
layout_mode = 2
text = "Rikka
text = "Rikika
& my friends
and supporters"
label_settings = SubResource("LabelSettings_xf38o")
@ -222,6 +230,7 @@ theme_override_constants/margin_top = 8
theme_override_constants/margin_bottom = 8
[node name="Label" type="Label" parent="VBoxContainer/MarginContainer2"]
visible = false
layout_mode = 2
text = "In memory of my late friends"
label_settings = SubResource("LabelSettings_xf38o")