Added automatic view pixelation. Added more menus.
Release / Export Game (push) Successful in 1m57s

This commit is contained in:
qwsdcvghyu89
2026-08-26 18:26:20 +10:00
parent 2e152ec36b
commit 7ba8c1fc6b
1227 changed files with 17488 additions and 566 deletions
+76 -25
View File
@@ -5,7 +5,6 @@
[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/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/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"]
@@ -13,13 +12,19 @@
[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/game/MusicCycler.gd" id="9_82guc"]
[ext_resource type="Theme" uid="uid://nerlsbdjd6qo" path="res://objects/themes/default.tres" id="8_pr4hf"]
[ext_resource type="SpriteFrames" uid="uid://doxc4pl5hvs6k" path="res://objects/animation/frames/player.tres" id="8_w1uqt"]
[ext_resource type="Script" uid="uid://b3unn3dqhg2vl" path="res://src/components/common/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/game/SfxPlayer.gd" id="14_8hos5"]
[ext_resource type="Script" uid="uid://bwgqvwybyrsmq" path="res://src/components/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"]
[ext_resource type="Script" uid="uid://dct1kelhyy04v" path="res://src/components/combo_counter.gd" id="21_88cfa"]
[ext_resource type="PackedScene" uid="uid://r3ojhn4k3iaf" path="res://objects/scenes/asset/ui/pause_menu.tscn" id="23_1ubqr"]
[ext_resource type="Script" uid="uid://bjhyi4c7csb5s" path="res://src/components/game/PauseMenu.cs" id="24_w1uqt"]
[ext_resource type="Script" uid="uid://bifrcnsmydepv" path="res://src/components/global/LabelRendererGlobal.cs" id="25_btkep"]
[sub_resource type="Curve" id="Curve_o8yf1"]
_data = [Vector2(0, 0.34831464), 0.0, 0.0, 0, 0, Vector2(0.90999997, 0.764045), 0.0, 0.0, 0, 0]
@@ -31,6 +36,13 @@ size = Vector2(687, 20)
[sub_resource type="CircleShape2D" id="CircleShape2D_nxkc6"]
radius = 20.09975
[sub_resource type="Curve" id="Curve_88cfa"]
_limits = [0.0, 1.0, 0.0, 12.0]
_data = [Vector2(0.99999, 0.083333336), 0.0, 0.0, 0, 0, Vector2(1, 0.16666667), 0.0, -0.09291426, 0, 0, Vector2(5, 0.75), 0.0, 0.0, 0, 0, Vector2(7, 0), -0.1332405, -0.1332405, 0, 0, Vector2(9, 0.16666667), 0.0, 0.0, 0, 0, Vector2(11, 0.75), 0.0, 0.0, 0, 0, Vector2(11.99999, 0), 0.0, 0.0, 0, 0]
point_count = 7
metadata/_snap_enabled = true
metadata/_snap_count = 12
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_oekxy"]
radius = 11.0
height = 50.0
@@ -41,6 +53,7 @@ radius = 5.0
[node name="Node2D" type="Node2D" unique_id=1943007414]
[node name="Level" type="Node2D" parent="." unique_id=621894136]
modulate = Color(0.24450263, 0.27877265, 0.38142955, 1)
[node name="Static" type="Node2D" parent="Level" unique_id=897407461]
@@ -209,11 +222,32 @@ frame = 4
[node name="Enemies" type="Node2D" parent="Level" unique_id=1512527230]
[node name="Lights" type="Node2D" parent="Level" unique_id=1839338360]
[node name="Light" parent="Level/Lights" unique_id=1954424812 instance=ExtResource("18_kfvst")]
position = Vector2(690, -499)
scale = Vector2(3.105, 3.106753)
[node name="Light2" parent="Level/Lights" unique_id=867314630 instance=ExtResource("18_kfvst")]
position = Vector2(456, -1008)
[node name="Light3" parent="Level/Lights" unique_id=71903995 instance=ExtResource("18_kfvst")]
visible = false
position = Vector2(1009, -971)
[node name="Light4" parent="Level/Lights" unique_id=779029523 instance=ExtResource("18_kfvst")]
position = Vector2(529, 173)
scale = Vector2(1.2247605, 1.2247605)
[node name="ForegroundNOCLight" parent="Level/Lights/Light4" index="2" unique_id=2045804818]
position = Vector2(-30.20999, 26.127558)
[node name="Player" type="Node2D" parent="." unique_id=868418175]
unique_name_in_owner = true
position = Vector2(755, 0)
[node name="CharacterBody2D" type="CharacterBody2D" parent="Player" unique_id=1131700263 node_paths=PackedStringArray("DebugTextLabel", "Sprite", "Predictor")]
position = Vector2(1, 0)
position = Vector2(-189, 142)
collision_layer = 2
safe_margin = 0.16
script = ExtResource("2_oekxy")
@@ -221,6 +255,7 @@ WalkAcceleration = 30.0
StoppingDeceleration = 50.0
CancellationAcceleration = 50.0
AirAcceleration = 3.0
AccelerationStrengthCurve = SubResource("Curve_88cfa")
MaxFallSpeed = 50.0
MaxRiseSpeed = 50.0
MaxRunSpeed = 12.0
@@ -234,20 +269,22 @@ position = Vector2(0, 5)
shape = SubResource("CapsuleShape2D_oekxy")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="Player/CharacterBody2D" unique_id=1137300855]
light_mask = 0
light_mask = 7
texture_filter = 1
position = Vector2(0, 3)
sprite_frames = ExtResource("2_wq5k4")
position = Vector2(1.0000066, 2.9999995)
sprite_frames = ExtResource("8_w1uqt")
animation = &"walk"
[node name="Camera2D" type="Camera2D" parent="Player/CharacterBody2D" unique_id=1068565115]
zoom = Vector2(2, 2)
zoom = Vector2(4.205, 4.205)
[node name="Label" type="Label" parent="Player/CharacterBody2D" unique_id=436935745]
texture_filter = 1
offset_left = 22.0
offset_top = -75.0
offset_right = 139.0
offset_right = 131.22
offset_bottom = 36.0
theme = ExtResource("8_pr4hf")
script = ExtResource("5_q0lvb")
[node name="AudioListener2D" type="AudioListener2D" parent="Player/CharacterBody2D" unique_id=1583907461]
@@ -296,6 +333,7 @@ max_results = 1
collide_with_areas = true
[node name="Light" parent="Player/CharacterBody2D" unique_id=658403720 instance=ExtResource("18_kfvst")]
visible = false
scale = Vector2(0.5, 0.5)
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=1465666014]
@@ -320,6 +358,7 @@ music = Array[AudioStream]([ExtResource("10_8w1nl"), ExtResource("8_irpq7"), Ext
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1286087362]
[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer" unique_id=720412287]
texture_filter = 1
offset_left = 18.0
offset_top = 10.0
offset_right = 376.0
@@ -328,26 +367,38 @@ value = 100.0
rounded = true
show_percentage = false
[node name="Light" parent="." unique_id=1954424812 instance=ExtResource("18_kfvst")]
position = Vector2(690, -499)
scale = Vector2(3.105, 3.106753)
[node name="Light2" parent="." unique_id=867314630 instance=ExtResource("18_kfvst")]
position = Vector2(456, -1008)
[node name="Light3" parent="." unique_id=71903995 instance=ExtResource("18_kfvst")]
[node name="Label" type="Label" parent="CanvasLayer" unique_id=2058517854]
visible = false
position = Vector2(1009, -971)
texture_filter = 1
offset_left = 21.0
offset_top = 36.0
offset_right = 61.0
offset_bottom = 59.0
script = ExtResource("21_88cfa")
[node name="Light4" parent="." unique_id=779029523 instance=ExtResource("18_kfvst")]
position = Vector2(529, 173)
scale = Vector2(1.2247605, 1.2247605)
[node name="Pause Menu" parent="CanvasLayer" unique_id=948757040 instance=ExtResource("23_1ubqr")]
texture_filter = 1
script = ExtResource("24_w1uqt")
[node name="CanvasLayer" parent="CanvasLayer/Pause Menu" index="0" unique_id=1173333484]
visible = false
[node name="PauseBlur" parent="CanvasLayer/Pause Menu" index="1" unique_id=157031478]
visible = false
[node name="LabelRendererGlobal" type="Control" parent="." unique_id=1492844034]
physics_interpolation_mode = 0
layout_mode = 3
anchors_preset = 0
script = ExtResource("25_btkep")
PixellizationFactor = Vector2(4, 4)
[connection signal="OnJump" from="Player/CharacterBody2D" to="Sfx" method="_on_character_body_2d_on_jump"]
[connection signal="finished" from="Music" to="Music" method="_on_finished"]
[editable path="Level/Lights/Light"]
[editable path="Level/Lights/Light2"]
[editable path="Level/Lights/Light3"]
[editable path="Level/Lights/Light4"]
[editable path="Player/CharacterBody2D/Light"]
[editable path="Light"]
[editable path="Light2"]
[editable path="Light3"]
[editable path="Light4"]
[editable path="CanvasLayer/Pause Menu"]
+139 -85
View File
@@ -3,14 +3,71 @@
[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"]
[ext_resource type="Script" uid="uid://ch221ydrywbrk" path="res://src/components/main_menu/GradientScriptedAnimation.cs" id="4_wdmo0"]
[ext_resource type="Script" uid="uid://b3unn3dqhg2vl" path="res://src/components/common/MusicCycler.gd" id="5_1hr2j"]
[ext_resource type="PackedScene" uid="uid://5ch7mre0ksv6" path="res://objects/scenes/asset/ui/main_menu.tscn" id="5_wdmo0"]
[ext_resource type="Script" uid="uid://cf3040sd1mjrk" path="res://src/components/main_menu/MenuTransition.cs" id="6_0fhi2"]
[ext_resource type="PackedScene" uid="uid://b20x3qda0y3ga" path="res://objects/scenes/asset/ui/splash_menu.tscn" id="6_q1jge"]
[ext_resource type="PackedScene" uid="uid://r2lb1ommvj6u" path="res://objects/scenes/demo/demo.tscn" id="7_1v68a"]
[ext_resource type="PackedScene" uid="uid://bfs48nlfaoqp2" path="res://objects/scenes/asset/ui/credits_menu.tscn" id="7_t7qbk"]
[ext_resource type="PackedScene" uid="uid://v0unm0xqyobj" path="res://objects/scenes/asset/ui/options_menu.tscn" id="8_0fhi2"]
[ext_resource type="Theme" uid="uid://nerlsbdjd6qo" path="res://objects/themes/default.tres" id="11_p6t12"]
[ext_resource type="Script" uid="uid://bifrcnsmydepv" path="res://src/components/global/LabelRendererGlobal.cs" id="14_w05yp"]
[sub_resource type="Gradient" id="Gradient_q1jge"]
interpolation_color_space = 2
colors = PackedColorArray(0, 0, 0, 0, 0, 0, 0, 1)
[sub_resource type="GradientTexture2D" id="GradientTexture2D_t7qbk"]
gradient = SubResource("Gradient_q1jge")
fill_from = Vector2(1, 1)
fill_to = Vector2(0, 0)
[sub_resource type="Gradient" id="Gradient_w05yp"]
[sub_resource type="GradientTexture1D" id="GradientTexture1D_k8ytl"]
gradient = SubResource("Gradient_w05yp")
[sub_resource type="Resource" id="Resource_0fhi2"]
script = ExtResource("6_0fhi2")
Menu = NodePath("../Credits Menu")
TransitionName = "transition_credits"
BackgroundDimming = 1
TransitionButton = NodePath("Menustack/Credits/Button")
metadata/_custom_type_script = "uid://cf3040sd1mjrk"
[sub_resource type="Resource" id="Resource_1v68a"]
script = ExtResource("6_0fhi2")
Menu = NodePath("../Options Menu")
TransitionName = "transition_options"
BackgroundDimming = 1
TransitionButton = NodePath("Menustack/Options/Button")
metadata/_custom_type_script = "uid://cf3040sd1mjrk"
[sub_resource type="Resource" id="Resource_p6t12"]
script = ExtResource("6_0fhi2")
Menu = null
TransitionName = "transition_play"
BackgroundDimming = 1
TransitionButton = NodePath("Menustack/Play/Button")
Mode = 2
Scene = ExtResource("7_1v68a")
metadata/_custom_type_script = "uid://cf3040sd1mjrk"
[sub_resource type="Resource" id="Resource_w05yp"]
script = ExtResource("6_0fhi2")
Menu = null
TransitionName = "transition_quit"
BackgroundDimming = 1
TransitionButton = NodePath("Menustack/Quit/Button")
Mode = 1
metadata/_custom_type_script = "uid://cf3040sd1mjrk"
[node name="CanvasLayer" type="CanvasLayer" unique_id=964065099]
[node name="Node2D" type="Node2D" parent="." unique_id=1686720967]
[node name="Backgrounds" type="Control" parent="." unique_id=947513697]
z_index = -1
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -18,7 +75,7 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="Backgrounds" unique_id=2116447674]
[node name="AnimatingBG" type="TextureRect" parent="Backgrounds" unique_id=2116447674]
z_index = -1
texture_filter = 1
layout_mode = 1
@@ -34,101 +91,98 @@ expand_mode = 1
script = ExtResource("1_57gb7")
Frames = ExtResource("2_57gb7")
Animation = &"default"
Speed = 0.355
[node name="TextureRect" type="TextureRect" parent="Backgrounds" unique_id=413596339]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("4_wdmo0")
GradientedTexture = SubResource("GradientTexture2D_t7qbk")
[node name="Debug" type="TextureRect" parent="Backgrounds" unique_id=1830017880]
visible = false
layout_mode = 0
offset_left = 492.0
offset_top = 276.0
offset_right = 532.0
offset_bottom = 316.0
texture = SubResource("GradientTexture1D_k8ytl")
[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
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="Menu" type="Control" parent="Foregrounds" unique_id=1624616979]
[node name="Main Menu" parent="Foregrounds" unique_id=1796574784 node_paths=PackedStringArray("Background", "Cursor") instance=ExtResource("5_wdmo0")]
layout_mode = 1
anchors_preset = 0
offset_left = 115.0
offset_top = 31.0
offset_right = 155.0
offset_bottom = 71.0
mouse_filter = 2
Transitions = Array[Object]([SubResource("Resource_0fhi2"), SubResource("Resource_1v68a"), SubResource("Resource_p6t12"), SubResource("Resource_w05yp")])
Background = NodePath("../../Backgrounds/TextureRect")
Cursor = NodePath("../Cursor")
[node name="ColorRect" type="ColorRect" parent="Foregrounds/Menu" unique_id=113370318]
[node name="Menustack" parent="Foregrounds/Main Menu" index="0" unique_id=231636108]
mouse_filter = 2
[node name="Button" parent="Foregrounds/Main Menu/Menustack/Quit" parent_id_path=PackedInt32Array(1796574784, 1231334524) index="0" unique_id=489973493 node_paths=PackedStringArray("QuitAnimation", "MusicPlayer")]
QuitAnimation = NodePath("../../../../../Backgrounds/TextureRect")
MusicPlayer = NodePath("../../../../../AudioStreamPlayer")
[node name="Title" parent="Foregrounds/Main Menu" index="1" unique_id=1923904866]
mouse_filter = 2
[node name="Splash Menu" parent="Foregrounds" unique_id=2134793095 instance=ExtResource("6_q1jge")]
layout_mode = 1
[node name="Credits Menu" parent="Foregrounds" unique_id=1244466233 instance=ExtResource("7_t7qbk")]
visible = false
layout_mode = 1
[node name="Options Menu" parent="Foregrounds" unique_id=964726038 instance=ExtResource("8_0fhi2")]
visible = false
layout_mode = 1
[node name="Cursor" type="Control" parent="Foregrounds" unique_id=1789147063]
visible = false
anchors_preset = 0
offset_left = 189.0
offset_top = 264.0
offset_right = 189.0
offset_bottom = 264.0
[node name="Cursor" type="Label" parent="Foregrounds/Cursor" unique_id=1369070031]
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
offset_left = -27.25
offset_top = -21.99
offset_right = 6.75
offset_bottom = 92.01
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("11_p6t12")
theme_override_font_sizes/font_size = 64
text = "escent"
horizontal_alignment = 1
[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")
text = ">"
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1990529552]
stream = ExtResource("4_poqmu")
autoplay = true
script = ExtResource("5_1hr2j")
music = Array[AudioStream]([ExtResource("4_poqmu")])
[node name="LabelRendererGlobal" type="Control" parent="." unique_id=568000883 node_paths=PackedStringArray("DebugRect", "DebugLabel")]
layout_mode = 3
anchors_preset = 0
script = ExtResource("14_w05yp")
PixellizationFactor = Vector2(4, 4)
DebugRect = NodePath("../Backgrounds/Debug")
DebugLabel = NodePath("../Foregrounds/Main Menu/Menustack/Play")
[editable path="Foregrounds/Main Menu"]