Fixed small visual bugs

This commit is contained in:
weedmjac000
2026-01-21 10:56:26 -07:00
parent fc5efd89bf
commit 649345ec01
814 changed files with 1649 additions and 8 deletions

View File

@@ -306,7 +306,7 @@ tracks/0/keys = {
"times": PackedFloat32Array(0, 2, 4),
"transitions": PackedFloat32Array(0.5, 2, 1),
"update": 0,
"values": [Vector2(-460, -90), Vector2(-160, -90), Vector2(140, -90)]
"values": [Vector2(-540, -90), Vector2(-160, -90), Vector2(220, -90)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_vp0xq"]
@@ -343,7 +343,7 @@ tracks/0/keys = {
"times": PackedFloat32Array(0, 2, 4),
"transitions": PackedFloat32Array(0.5, 2, 1),
"update": 0,
"values": [Vector2(-460, -90), Vector2(-160, -90), Vector2(140, -90)]
"values": [Vector2(-540, -90), Vector2(-160, -90), Vector2(220, -90)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_0gmdc"]

View File

@@ -7,14 +7,15 @@
[node name="MainMenu" type="Node2D"]
[node name="Delete" type="Sprite2D" parent="."]
position = Vector2(0, -29.631195)
rotation = 0.7296006
texture = ExtResource("1_rmvno")
[node name="Button" type="Button" parent="."]
offset_left = -126.0
offset_top = 88.0
offset_top = 58.368805
offset_right = -25.0
offset_bottom = 119.0
offset_bottom = 98.368805
scale = Vector2(2.5243824, 2.5243824)
theme_override_fonts/font = ExtResource("2_qbtqb")
theme_override_font_sizes/font_size = 32

View File

@@ -213,10 +213,11 @@ autoplay = "LoadIn"
self_modulate = Color(0, 0, 0, 1)
z_index = 1000
z_as_relative = false
offset_left = -320.0
offset_top = -180.0
offset_right = 320.0
offset_bottom = 180.0
offset_left = -607.0
offset_top = -325.00003
offset_right = 33.0
offset_bottom = 34.99997
scale = Vector2(1.8833678, 1.8833678)
color = Color(0, 0, 0, 0)
[node name="LoadingIcon" type="AnimatedSprite2D" parent="BlackBG"]