Textures for difficulty buttons

This commit is contained in:
MaddoScientisto 2025-03-17 23:34:52 +01:00
commit 3e1f584177
10 changed files with 168 additions and 34 deletions

View file

@ -1,47 +1,33 @@
[gd_scene load_steps=3 format=3 uid="uid://7jevaemboajn"]
[gd_scene load_steps=5 format=3 uid="uid://7jevaemboajn"]
[ext_resource type="Theme" uid="uid://dnsadvmunm76k" path="res://Resources/Styles/MainMenuButtons.tres" id="1_0o611"]
[ext_resource type="FontFile" uid="uid://cyk27h5aox1n7" path="res://fonts/sector_034.ttf" id="2_s2bip"]
[ext_resource type="Texture2D" uid="uid://dbrliyhwbbscy" path="res://Sprites/UI/DifficultyButton0.png" id="1_00pwu"]
[ext_resource type="Texture2D" uid="uid://chjt6y61ywk6" path="res://Sprites/UI/DifficultyButton1.png" id="2_m1stl"]
[ext_resource type="Texture2D" uid="uid://bu50y0l51u05" path="res://Sprites/UI/DifficultyButton2.png" id="3_dmnj4"]
[ext_resource type="Texture2D" uid="uid://b5dwiatnadrpx" path="res://Sprites/UI/DifficultyButton3.png" id="4_pkp66"]
[node name="DifficultySelection" type="CenterContainer"]
offset_right = 155.0
offset_bottom = 104.0
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="Button" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
theme_override_fonts/font = ExtResource("2_s2bip")
theme_override_font_sizes/font_size = 8
text = "Baka"
[node name="English Beef" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
theme_override_fonts/font = ExtResource("2_s2bip")
theme_override_font_sizes/font_size = 8
text = "English Beef"
[node name="Perfect Freeze" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
theme_override_fonts/font = ExtResource("2_s2bip")
theme_override_font_sizes/font_size = 8
text = "Perfect Freeze"
[node name="No Reason" type="Button" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
theme_override_fonts/font = ExtResource("2_s2bip")
theme_override_font_sizes/font_size = 8
text = "No Reason"
theme_override_constants/separation = 8
[node name="TextureButton" type="TextureButton" parent="VBoxContainer"]
layout_mode = 2
texture_normal = ExtResource("1_00pwu")
[node name="Button2" type="Button" parent="VBoxContainer"]
[node name="TextureButton2" type="TextureButton" parent="VBoxContainer"]
layout_mode = 2
theme = ExtResource("1_0o611")
text = "asdf"
texture_normal = ExtResource("2_m1stl")
[node name="TextureButton3" type="TextureButton" parent="VBoxContainer"]
layout_mode = 2
texture_normal = ExtResource("3_dmnj4")
[node name="TextureButton4" type="TextureButton" parent="VBoxContainer"]
layout_mode = 2
texture_normal = ExtResource("4_pkp66")

View file

@ -1063,7 +1063,7 @@ position = Vector2(-2000, -736)
[node name="ControlPad8" parent="Parallax2D/Factory Tilemaps/LevelProps" node_paths=PackedStringArray("Targets") instance=ExtResource("12_hfkf1")]
position = Vector2(-2027, -735)
Targets = [NodePath("../HorizontalForceField")]
Requirements = [ExtResource("84_ma1ta")]
Requirements = Array[ExtResource("6_8tdlb")]([ExtResource("84_ma1ta")])
[node name="Ammo6" parent="Parallax2D/Factory Tilemaps/LevelProps" instance=ExtResource("34_17pjh")]
position = Vector2(-872, -220)

BIN
Sprites/UI/DifficultyButton0.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dbrliyhwbbscy"
path="res://.godot/imported/DifficultyButton0.png-dabd689bc7d3b808222a98c8dafba619.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/UI/DifficultyButton0.png"
dest_files=["res://.godot/imported/DifficultyButton0.png-dabd689bc7d3b808222a98c8dafba619.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
Sprites/UI/DifficultyButton1.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://chjt6y61ywk6"
path="res://.godot/imported/DifficultyButton1.png-fa4b224c2ed27f05e6b2258516cbae98.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/UI/DifficultyButton1.png"
dest_files=["res://.godot/imported/DifficultyButton1.png-fa4b224c2ed27f05e6b2258516cbae98.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
Sprites/UI/DifficultyButton2.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bu50y0l51u05"
path="res://.godot/imported/DifficultyButton2.png-3909655f14d09b7cef9c099df846ef49.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/UI/DifficultyButton2.png"
dest_files=["res://.godot/imported/DifficultyButton2.png-3909655f14d09b7cef9c099df846ef49.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
Sprites/UI/DifficultyButton3.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

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