mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:05:34 +00:00
Fairy Defeated new message
This commit is contained in:
parent
cab8c8fa09
commit
632b5cfa6b
5 changed files with 50 additions and 4 deletions
BIN
ExternalMaterial/FairyDefeated/FairyDefeated.png
(Stored with Git LFS)
Normal file
BIN
ExternalMaterial/FairyDefeated/FairyDefeated.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
ExternalMaterial/FairyDefeated/FairyDefeated.png.import
Normal file
34
ExternalMaterial/FairyDefeated/FairyDefeated.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dxsnytdorcl15"
|
||||
path="res://.godot/imported/FairyDefeated.png-32231ac8bd3e47d7f362d47c0ebfac78.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://ExternalMaterial/FairyDefeated/FairyDefeated.png"
|
||||
dest_files=["res://.godot/imported/FairyDefeated.png-32231ac8bd3e47d7f362d47c0ebfac78.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
ExternalMaterial/FairyDefeated/FairyDefeated.pxc
Normal file
BIN
ExternalMaterial/FairyDefeated/FairyDefeated.pxc
Normal file
Binary file not shown.
BIN
ExternalMaterial/FairyDefeated/FairyDefeated.pxc1
Normal file
BIN
ExternalMaterial/FairyDefeated/FairyDefeated.pxc1
Normal file
Binary file not shown.
|
|
@ -1,7 +1,6 @@
|
|||
[gd_scene load_steps=33 format=3 uid="uid://dkwi1hu1bixoe"]
|
||||
[gd_scene load_steps=34 format=3 uid="uid://dkwi1hu1bixoe"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://baf6pxbvhqmjk" path="res://Scripts/Hud.cs" id="1_m0hb0"]
|
||||
[ext_resource type="FontFile" uid="uid://ccm3u37q1hvux" path="res://fonts/Xolonium-Regular.ttf" id="2_0xmx2"]
|
||||
[ext_resource type="PackedScene" uid="uid://cd3ee1adstcrw" path="res://Scenes/HUD/HudItemContainer.tscn" id="2_mattb"]
|
||||
[ext_resource type="LabelSettings" uid="uid://buk3e7bbwmnv1" path="res://Resources/Styles/Hud_Text_Style.tres" id="2_x7kl7"]
|
||||
[ext_resource type="Texture2D" uid="uid://dde36pgb8fbwc" path="res://Sprites/selector_big.png" id="3_hee3i"]
|
||||
|
|
@ -10,6 +9,8 @@
|
|||
[ext_resource type="PackedScene" uid="uid://bemu3l6b1e84y" path="res://Scenes/HUD/debug_menu.tscn" id="4_gd1k6"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwlstkdibs7oc" path="res://Scenes/HUD/BossHud.tscn" id="5_vmict"]
|
||||
[ext_resource type="FontFile" uid="uid://coek1e2q257pq" path="res://fonts/at01.ttf" id="6_sk1eq"]
|
||||
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="7_jefn6"]
|
||||
[ext_resource type="Texture2D" uid="uid://dxsnytdorcl15" path="res://ExternalMaterial/FairyDefeated/FairyDefeated.png" id="8_3523e"]
|
||||
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="9_sx5r0"]
|
||||
[ext_resource type="StyleBox" uid="uid://dnb4ogn847dyp" path="res://Resources/Styles/HealthBarBackground.tres" id="10_n0pka"]
|
||||
[ext_resource type="Script" uid="uid://bobo5f4ud60qw" path="res://Scripts/UI/ItemsMenu.cs" id="10_oflr6"]
|
||||
|
|
@ -26,8 +27,8 @@
|
|||
[ext_resource type="Texture2D" uid="uid://cvc0x4bbnhusw" path="res://Sprites/Items/Ice_Crystal_Shield.png" id="22_jefn6"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_a7f6n"]
|
||||
font = ExtResource("2_0xmx2")
|
||||
font_size = 24
|
||||
font = ExtResource("7_jefn6")
|
||||
font_size = 14
|
||||
outline_size = 4
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
|
|
@ -113,12 +114,20 @@ size_flags_vertical = 4
|
|||
theme_override_constants/separation = -4
|
||||
|
||||
[node name="GameOver" type="Label" parent="GameOver/VBoxContainer2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
text = "FAIRY: TERMINATED"
|
||||
label_settings = SubResource("LabelSettings_a7f6n")
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="GameOver/VBoxContainer2"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
texture = ExtResource("8_3523e")
|
||||
stretch_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="GameOver/VBoxContainer2"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
text = "Press Shoot button to reform"
|
||||
label_settings = SubResource("LabelSettings_5na8k")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue