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
@@ -0,0 +1,9 @@
[gd_scene format=3 uid="uid://bfs48nlfaoqp2"]
[node name="Credits Menu" type="Control" unique_id=1244466233]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
+127
View File
@@ -0,0 +1,127 @@
[gd_scene format=3 uid="uid://5ch7mre0ksv6"]
[ext_resource type="Script" uid="uid://bkryv1c57lq60" path="res://src/components/main_menu/MenuTransitionController.cs" id="1_vmn2s"]
[ext_resource type="Texture2D" uid="uid://dwxvec8mp4mxb" path="res://sprites/floweryheart.png" id="4_qcyed"]
[ext_resource type="Theme" uid="uid://nerlsbdjd6qo" path="res://objects/themes/default.tres" id="6_qr7co"]
[ext_resource type="Script" uid="uid://ucrfnouruw62" path="res://src/components/main_menu/ForceSceneQuit.cs" id="7_nov1i"]
[node name="Main Menu" type="Control" unique_id=1796574784]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_vmn2s")
[node name="Menustack" type="VBoxContainer" parent="." unique_id=231636108]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 213.0
offset_top = -63.0
offset_right = 357.0
offset_bottom = 281.0
grow_vertical = 2
theme_override_constants/separation = 16
[node name="Play" type="Label" parent="Menustack" unique_id=306925775]
texture_filter = 1
layout_mode = 2
theme = ExtResource("6_qr7co")
theme_override_font_sizes/font_size = 41
text = "Play"
[node name="Button" type="Button" parent="Menustack/Play" unique_id=844443309]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 0.5
offset_bottom = 26.5
grow_horizontal = 2
grow_vertical = 2
flat = true
[node name="Options" type="Label" parent="Menustack" unique_id=1926113579]
texture_filter = 1
layout_mode = 2
theme = ExtResource("6_qr7co")
theme_override_font_sizes/font_size = 41
text = "Options"
[node name="Button" type="Button" parent="Menustack/Options" unique_id=1351052274]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
flat = true
[node name="Credits" type="Label" parent="Menustack" unique_id=2099200764]
layout_mode = 2
theme = ExtResource("6_qr7co")
theme_override_font_sizes/font_size = 41
text = "Credits"
vertical_alignment = 1
[node name="Button" type="Button" parent="Menustack/Credits" unique_id=157033702]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
flat = true
[node name="Quit" type="Label" parent="Menustack" unique_id=1231334524]
layout_mode = 2
theme = ExtResource("6_qr7co")
theme_override_font_sizes/font_size = 41
text = "Quit"
vertical_alignment = 1
[node name="Button" type="Button" parent="Menustack/Quit" unique_id=489973493]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
flat = true
script = ExtResource("7_nov1i")
[node name="Title" type="Control" parent="." unique_id=1923904866]
layout_mode = 1
anchor_left = 0.056
anchor_right = 0.39100003
anchor_bottom = 0.485
offset_left = -29.512001
offset_top = 20.0
offset_right = -29.432037
offset_bottom = 19.720001
grow_horizontal = 2
grow_vertical = 2
[node name="G594" type="TextureRect" parent="Title" unique_id=1240990869]
visible = false
clip_children = 2
light_mask = 512
texture_filter = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("4_qcyed")
stretch_mode = 5
[node name="Label" type="Label" parent="Title" unique_id=720161726]
layout_mode = 0
offset_right = 40.0
offset_bottom = 23.0
theme = ExtResource("6_qr7co")
theme_override_font_sizes/font_size = 149
text = "Heartescent"
@@ -0,0 +1,9 @@
[gd_scene format=3 uid="uid://v0unm0xqyobj"]
[node name="Options Menu" type="Control" unique_id=964726038]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
File diff suppressed because one or more lines are too long
+68
View File
@@ -0,0 +1,68 @@
[gd_scene format=3 uid="uid://b20x3qda0y3ga"]
[ext_resource type="Theme" uid="uid://nerlsbdjd6qo" path="res://objects/themes/default.tres" id="1_tdx0j"]
[ext_resource type="Texture2D" uid="uid://dwxvec8mp4mxb" path="res://sprites/floweryheart.png" id="2_mwhxj"]
[node name="Splash Menu" type="Control" unique_id=2134793095]
visible = false
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="PressAnythingToPlay" type="Label" parent="." unique_id=638187247]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -134.0
offset_top = -170.0
offset_right = 135.0
offset_bottom = -147.0
grow_horizontal = 2
grow_vertical = 0
theme = ExtResource("1_tdx0j")
text = "P r e s s a n y t h i n g t o p l a y "
[node name="Title" type="Control" parent="." unique_id=334782711]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -20.0
offset_right = 20.0
offset_bottom = 40.0
grow_horizontal = 2
[node name="Title" type="Label" parent="Title" unique_id=153683829]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -231.5
offset_top = 186.0
offset_right = 231.5
offset_bottom = 274.0
grow_horizontal = 2
theme = ExtResource("1_tdx0j")
theme_override_font_sizes/font_size = 64
text = "Heartescent"
horizontal_alignment = 1
uppercase = true
[node name="HeartIcon" type="TextureRect" parent="Title" unique_id=433624424]
z_index = -1
texture_filter = 1
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -141.0
offset_right = 141.0
offset_bottom = 282.0
grow_horizontal = 2
texture = ExtResource("2_mwhxj")
@@ -0,0 +1,15 @@
[gd_scene format=3 uid="uid://co30wf16rtf2u"]
[ext_resource type="Script" uid="uid://b6asub1vte20c" path="res://src/components/utility/PixelatorViewport.cs" id="1_37bsx"]
[node name="SubViewport" type="SubViewport" unique_id=1533253332]
disable_3d = true
transparent_bg = true
snap_2d_transforms_to_pixel = true
snap_2d_vertices_to_pixel = true
debug_draw = 4
canvas_item_default_texture_filter = 0
gui_disable_input = true
size = Vector2i(88, 74)
render_target_update_mode = 4
script = ExtResource("1_37bsx")