+logo in main menu
This commit is contained in:
parent
146f309c94
commit
af692e1591
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 52 KiB |
|
@ -0,0 +1,37 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bjw0tkgm1xw4g"
|
||||
path="res://.godot/imported/title_tough_crowd.svg-7d127687f288d8aa415aebb0fe1f52c6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/title_tough_crowd.svg"
|
||||
dest_files=["res://.godot/imported/title_tough_crowd.svg-7d127687f288d8aa415aebb0fe1f52c6.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
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://b4blrdjthcxnn"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dmelj2qgr8w7k" path="res://icon.svg" id="1_scjn5"]
|
||||
[ext_resource type="Texture2D" uid="uid://bjw0tkgm1xw4g" path="res://sprites/title_tough_crowd.svg" id="1_ehg6o"]
|
||||
|
||||
[node name="GameLogo" type="CenterContainer"]
|
||||
offset_right = 110.0
|
||||
|
@ -15,4 +15,4 @@ theme_override_constants/margin_bottom = 10
|
|||
|
||||
[node name="TextureRect" type="TextureRect" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
texture = ExtResource("1_scjn5")
|
||||
texture = ExtResource("1_ehg6o")
|
||||
|
|
Loading…
Reference in New Issue