Added menu with animated backgroudn and custom logo icon (icns, ico, and png).
Release / Export Game (push) Successful in 1m34s

This commit is contained in:
qwsdcvghyu89
2026-06-18 17:00:33 +10:00
parent 2eaed32b8a
commit 8ad0f3ff65
471 changed files with 10008 additions and 38 deletions
+6 -6
View File
@@ -4,20 +4,20 @@
[ext_resource type="TileSet" uid="uid://bk7cbdppa3j6a" path="res://sprites/tilesets/pool.tres" id="1_t7kht"]
[ext_resource type="Environment" uid="uid://b3ef577lsk2jh" path="res://objects/environment/default.tres" id="2_44w6l"]
[ext_resource type="Material" uid="uid://b4epp5w0awoov" path="res://objects/materials/dimming_material.tres" id="2_o8yf1"]
[ext_resource type="Script" uid="uid://biicefgcvdc2x" path="res://src/components/PlayerPhysicsController.cs" id="2_oekxy"]
[ext_resource type="Script" uid="uid://biicefgcvdc2x" path="res://src/components/game/PlayerPhysicsController.cs" id="2_oekxy"]
[ext_resource type="SpriteFrames" uid="uid://doxc4pl5hvs6k" path="res://objects/animation/frames/player.tres" id="2_wq5k4"]
[ext_resource type="Script" uid="uid://d0qoxtv6ld1ef" path="res://src/components/ResetPlayer.cs" id="3_7psk8"]
[ext_resource type="Script" uid="uid://d0qoxtv6ld1ef" path="res://src/components/game/ResetPlayer.cs" id="3_7psk8"]
[ext_resource type="CameraAttributesPhysical" uid="uid://csr0l6kulxsog" path="res://objects/camera attributes/physcam_attr.tres" id="3_wq5k4"]
[ext_resource type="SpriteFrames" uid="uid://trcnb1ubmx5e" path="res://objects/animation/frames/jumpPoint.tres" id="4_i0lqw"]
[ext_resource type="Compositor" uid="uid://kk12nt7g2oqg" path="res://objects/compositor/default_compositor.tres" id="4_oekxy"]
[ext_resource type="Script" uid="uid://1mjqnyofaeo8" path="res://src/components/DebugEnabler.gd" id="5_q0lvb"]
[ext_resource type="Script" uid="uid://de3b068om3gsq" path="res://src/components/PredictiveCollisions.cs" id="7_n3w37"]
[ext_resource type="Script" uid="uid://1mjqnyofaeo8" path="res://src/components/game/DebugEnabler.gd" id="5_q0lvb"]
[ext_resource type="Script" uid="uid://de3b068om3gsq" path="res://src/components/game/PredictiveCollisions.cs" id="7_n3w37"]
[ext_resource type="AudioStream" uid="uid://5gnpemu56ac0" path="res://sounds/ost/Azalea.wav" id="8_irpq7"]
[ext_resource type="Script" uid="uid://b3unn3dqhg2vl" path="res://src/components/MusicCycler.gd" id="9_82guc"]
[ext_resource type="Script" uid="uid://b3unn3dqhg2vl" path="res://src/components/game/MusicCycler.gd" id="9_82guc"]
[ext_resource type="AudioStream" uid="uid://fhfma3rrxyfi" path="res://sounds/ost/Asphodel.wav" id="10_8w1nl"]
[ext_resource type="AudioStream" uid="uid://0tturucf5gxf" path="res://sounds/ost/Datura.wav" id="11_q0lvb"]
[ext_resource type="AudioStream" uid="uid://b5cvbx3ypbbho" path="res://sounds/ost/Hyacinth.wav" id="12_7psk8"]
[ext_resource type="Script" uid="uid://bwgqvwybyrsmq" path="res://src/components/SfxPlayer.gd" id="14_8hos5"]
[ext_resource type="Script" uid="uid://bwgqvwybyrsmq" path="res://src/components/game/SfxPlayer.gd" id="14_8hos5"]
[ext_resource type="AudioStream" uid="uid://dkx1v6c7vv0iq" path="res://sounds/sfx/jump.ogg" id="15_2fy34"]
[ext_resource type="PackedScene" uid="uid://xanv3qbl1n2u" path="res://objects/scenes/asset/light.tscn" id="18_kfvst"]
+120 -19
View File
@@ -1,33 +1,134 @@
[gd_scene format=3 uid="uid://c4m8fwawvvkgn"]
[ext_resource type="Texture2D" uid="uid://qh67enaialkt" path="res://sprites/background/demobackground.PNG" id="1_5a6er"]
[ext_resource type="Script" uid="uid://ddyqjxbvduefg" path="res://src/components/main_menu/FramesDriver.cs" id="1_57gb7"]
[ext_resource type="SpriteFrames" uid="uid://cxf0kefqrxk0d" path="res://objects/animation/frames/mm_background.tres" id="2_57gb7"]
[ext_resource type="Texture2D" uid="uid://y8jx0okmf6bu" path="res://sprites/background/background_render.png" id="2_bmtj5"]
[ext_resource type="Texture2D" uid="uid://dwxvec8mp4mxb" path="res://sprites/floweryheart.png" id="4_bwcp6"]
[ext_resource type="AudioStream" uid="uid://fhfma3rrxyfi" path="res://sounds/ost/Asphodel.wav" id="4_poqmu"]
[node name="Node2D" type="Node2D" unique_id=1686720967]
[node name="CanvasLayer" type="CanvasLayer" unique_id=964065099]
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=964065099]
[node name="Node2D" type="Node2D" parent="." unique_id=1686720967]
[node name="ColorRect" type="ColorRect" parent="CanvasLayer" unique_id=113370318]
offset_left = 13.0
offset_top = 14.0
offset_right = 266.0
offset_bottom = 63.0
color = Color(0, 0, 0, 1)
[node name="Backgrounds" type="Control" parent="." unique_id=947513697]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Label" type="Label" parent="CanvasLayer/ColorRect" unique_id=2085880928]
[node name="TextureRect" type="TextureRect" parent="Backgrounds" unique_id=2116447674]
z_index = -1
texture_filter = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/font_size = 32
text = "WRPLAT_TITLE"
size_flags_horizontal = 3
size_flags_vertical = 3
texture = ExtResource("2_bmtj5")
expand_mode = 1
script = ExtResource("1_57gb7")
Frames = ExtResource("2_57gb7")
Animation = &"default"
Speed = 0.355
[node name="Foregrounds" type="Control" parent="." unique_id=532739154]
texture_filter = 1
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="Menu" type="Control" parent="Foregrounds" unique_id=1624616979]
layout_mode = 1
anchors_preset = 0
offset_left = 115.0
offset_top = 31.0
offset_right = 155.0
offset_bottom = 71.0
[node name="ColorRect" type="ColorRect" parent="Foregrounds/Menu" unique_id=113370318]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 86.0
offset_top = 6.0
offset_right = 86.0
offset_bottom = 6.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.1764706, 0.1764706, 0.1764706, 0)
[node name="Label" type="Label" parent="Foregrounds/Menu/ColorRect" unique_id=2085880928]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -37.0
offset_top = 104.0
offset_right = 301.0
offset_bottom = 152.0
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/font_size = 64
text = "escent"
horizontal_alignment = 1
[node name="TextureRect" type="TextureRect" parent="CanvasLayer" unique_id=2116447674]
z_index = -1
offset_left = -146.0
offset_right = 2056.0
offset_bottom = 930.0
scale = Vector2(0.695, 0.695)
texture = ExtResource("1_5a6er")
[node name="VBoxContainer" type="VBoxContainer" parent="Foregrounds/Menu" unique_id=2073991818]
layout_mode = 0
offset_left = -48.0
offset_top = 335.0
offset_right = 86.0
offset_bottom = 561.0
theme_override_constants/separation = 10
[node name="Play" type="Label" parent="Foregrounds/Menu/VBoxContainer" unique_id=1275991601]
layout_mode = 2
theme_override_font_sizes/font_size = 35
text = "Play"
vertical_alignment = 1
[node name="Button" type="Button" parent="Foregrounds/Menu/VBoxContainer/Play" unique_id=1599046476]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
flat = true
[node name="Label2" type="Label" parent="Foregrounds/Menu/VBoxContainer" unique_id=160372396]
layout_mode = 2
theme_override_font_sizes/font_size = 35
text = "Options"
vertical_alignment = 1
[node name="Label3" type="Label" parent="Foregrounds/Menu/VBoxContainer" unique_id=823585934]
layout_mode = 2
theme_override_font_sizes/font_size = 35
text = "Credits"
vertical_alignment = 1
[node name="Label4" type="Label" parent="Foregrounds/Menu/VBoxContainer" unique_id=251545756]
layout_mode = 2
theme_override_font_sizes/font_size = 35
text = "Quit"
vertical_alignment = 1
[node name="TextureRect" type="TextureRect" parent="Foregrounds/Menu" unique_id=1402279798]
texture_filter = 1
layout_mode = 0
offset_left = -103.0
offset_top = -1.0
offset_right = 179.0
offset_bottom = 281.0
texture = ExtResource("4_bwcp6")
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1990529552]
stream = ExtResource("4_poqmu")
autoplay = true