Slight UI tweaks; Some Fish Cascade Fixes

This commit is contained in:
GitCosm0s
2026-02-14 18:01:27 -05:00
parent 8845c34c42
commit eef6033023
33 changed files with 20508 additions and 81 deletions

View File

@@ -10,12 +10,15 @@
[ext_resource type="Texture2D" uid="uid://cuprnmxy5a7u2" path="res://original data/images/tux/run1.png" id="7_tj4tg"]
[ext_resource type="Texture2D" uid="uid://bsh0r0ldjgt51" path="res://original data/images/tux/stand0.png" id="8_wevax"]
[ext_resource type="Texture2D" uid="uid://cebh8ecpj0274" path="res://original data/images/tux/stand1.png" id="9_8sqkf"]
[ext_resource type="Texture2D" uid="uid://bwimfoayd83p2" path="res://original data/images/tux/stand-.png" id="10_me7rb"]
[ext_resource type="Texture2D" uid="uid://dyjdddytxqybg" path="res://original data/images/tux/walk0.png" id="11_lg4hc"]
[ext_resource type="Texture2D" uid="uid://bequiqfu54xe7" path="res://original data/images/tux/walk1.png" id="12_tj4tg"]
[ext_resource type="Texture2D" uid="uid://f6sy7wboy6td" path="res://original data/images/tux/walk2.png" id="13_wevax"]
[ext_resource type="Texture2D" uid="uid://nduj5djmkad7" path="res://original data/images/tux/walk3.png" id="14_8sqkf"]
[ext_resource type="Script" uid="uid://cqo3yt8ao4laj" path="res://scenes/game/fish_tux.gd" id="16_5wky4"]
[ext_resource type="AudioStream" uid="uid://c8017fjw3ntl0" path="res://assets/audio/music/game/fish_cascade/2-27. Pursuit - A Great Turnabout.mp3" id="16_wevax"]
[ext_resource type="AudioStream" uid="uid://ckr4pf3etle0p" path="res://assets/audio/sfx/SYS_cancel.ogg" id="17_me7rb"]
[ext_resource type="PackedScene" uid="uid://dm6jp4gjboooc" path="res://scenes/menus/pause/pause.tscn" id="18_5wky4"]
[ext_resource type="AudioStream" uid="uid://podscahsf0d4" path="res://assets/audio/sfx/MenuAccept.wav" id="19_5wky4"]
[sub_resource type="SpriteFrames" id="SpriteFrames_5wky4"]
animations = [{
@@ -53,9 +56,6 @@ animations = [{
}, {
"duration": 1.0,
"texture": ExtResource("9_8sqkf")
}, {
"duration": 1.0,
"texture": ExtResource("10_me7rb")
}],
"loop": true,
"name": &"stand",
@@ -79,6 +79,9 @@ animations = [{
"speed": 5.0
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5wky4"]
size = Vector2(75, 115)
[node name="FishCascade" type="Node2D" unique_id=82120739]
script = ExtResource("1_tj4tg")
@@ -105,13 +108,41 @@ texture = ExtResource("1_lx3ow")
expand_mode = 1
metadata/_edit_use_anchors_ = true
[node name="FishTux" type="AnimatedSprite2D" parent="." unique_id=1877342570]
position = Vector2(650, 660)
sprite_frames = SubResource("SpriteFrames_5wky4")
animation = &"stand"
frame_progress = 0.36790088
[node name="BackgroundMusic" type="AudioStreamPlayer2D" parent="." unique_id=414011462]
stream = ExtResource("16_wevax")
volume_db = -15.0
autoplay = true
[node name="Back" type="AudioStreamPlayer2D" parent="." unique_id=720872467]
stream = ExtResource("17_me7rb")
[node name="OnTop" type="CanvasLayer" parent="." unique_id=793935371]
[node name="Pause" parent="OnTop" unique_id=1227462733 instance=ExtResource("18_5wky4")]
visible = false
[node name="Fade" type="ColorRect" parent="OnTop" unique_id=1781533862]
visible = false
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
color = Color(0, 0, 0, 1)
[node name="Tux" type="CharacterBody2D" parent="." unique_id=398386293]
position = Vector2(960, 1019)
script = ExtResource("16_5wky4")
[node name="FishTux" type="AnimatedSprite2D" parent="Tux" unique_id=1877342570]
sprite_frames = SubResource("SpriteFrames_5wky4")
animation = &"gulp"
[node name="CollisionShape2D" type="CollisionShape2D" parent="Tux" unique_id=442093053]
position = Vector2(-2.5, 1.5)
shape = SubResource("RectangleShape2D_5wky4")
[node name="ButtonPress" type="AudioStreamPlayer2D" parent="." unique_id=1808956587]
stream = ExtResource("19_5wky4")
volume_db = -10.0