diff --git a/Scenes/GUI/MainMenu.tscn b/Scenes/GUI/MainMenu.tscn index 12a0e1a..91db38a 100644 --- a/Scenes/GUI/MainMenu.tscn +++ b/Scenes/GUI/MainMenu.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=19 format=3 uid="uid://1ikkb4b8mw1w"] +[gd_scene load_steps=20 format=3 uid="uid://1ikkb4b8mw1w"] [ext_resource type="Theme" uid="uid://dbgs4id7y5d1c" path="res://UI/Themes/Dark.tres" id="1_dkd36"] [ext_resource type="Script" uid="uid://b5nh5td5bdsfd" path="res://Scripts/MainMenu.gd" id="1_ocgay"] @@ -6,6 +6,7 @@ [ext_resource type="Texture2D" uid="uid://6mf6wucl3y6k" path="res://UI/MenuBG/BalconyBG.png" id="2_j6v32"] [ext_resource type="Texture2D" uid="uid://dr6ir8mgbjrs7" path="res://UI/MenuBG/CStageBG.png" id="3_vaoig"] [ext_resource type="Texture2D" uid="uid://dyyyg85g3jwip" path="res://UI/MenuBG/ProtoRoadBG.png" id="4_dkd36"] +[ext_resource type="Texture2D" uid="uid://cdp1csnrbd46w" path="res://UI/MenuBG/1StageBG.png" id="6_ha2rd"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dkd36"] @@ -88,6 +89,17 @@ grow_vertical = 2 texture = ExtResource("4_dkd36") expand_mode = 1 +[node name="1StageBG" type="TextureRect" parent="Backgrounds"] +visible = false +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +texture = ExtResource("6_ha2rd") +expand_mode = 1 + [node name="TextureRect" type="TextureRect" parent="."] layout_mode = 0 offset_left = 64.0 diff --git a/UI/MenuBG/1StageBG.png b/UI/MenuBG/1StageBG.png new file mode 100644 index 0000000..6713204 Binary files /dev/null and b/UI/MenuBG/1StageBG.png differ diff --git a/UI/MenuBG/1StageBG.png.import b/UI/MenuBG/1StageBG.png.import new file mode 100644 index 0000000..59459a1 --- /dev/null +++ b/UI/MenuBG/1StageBG.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cdp1csnrbd46w" +path="res://.godot/imported/1StageBG.png-2c0fb6e1913b2cc8820023082ba0fab4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://UI/MenuBG/1StageBG.png" +dest_files=["res://.godot/imported/1StageBG.png-2c0fb6e1913b2cc8820023082ba0fab4.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 diff --git a/UI/MenuBG/BalconyBG.png b/UI/MenuBG/BalconyBG.png index 57354d3..dbb9476 100644 Binary files a/UI/MenuBG/BalconyBG.png and b/UI/MenuBG/BalconyBG.png differ diff --git a/UI/MenuBG/CStageBG.png b/UI/MenuBG/CStageBG.png index 411c286..efb9912 100644 Binary files a/UI/MenuBG/CStageBG.png and b/UI/MenuBG/CStageBG.png differ diff --git a/UI/MenuBG/ProtoRoadBG.png b/UI/MenuBG/ProtoRoadBG.png index b1b9267..73bd688 100644 Binary files a/UI/MenuBG/ProtoRoadBG.png and b/UI/MenuBG/ProtoRoadBG.png differ