fix for real this time

This commit is contained in:
Jacob Janzen 2024-11-17 15:32:50 -06:00
parent 8a14702e10
commit 67371be013
2 changed files with 1 additions and 2 deletions

View file

@ -289,7 +289,6 @@ animations = [{
}] }]
[node name="Node2D2" type="Node2D"] [node name="Node2D2" type="Node2D"]
skew = 0.122173
script = ExtResource("1_y7a0r") script = ExtResource("1_y7a0r")
[node name="Sprite2D" type="Sprite2D" parent="."] [node name="Sprite2D" type="Sprite2D" parent="."]

View file

@ -109,7 +109,7 @@ func _on_texture_button_button_up() -> void:
happy.visible = true happy.visible = true
# show fish # show fish
fish_choice = randi_range(0,len(fishes)) fish_choice = randi_range(0,len(fishes)-1)
match fish_choice: match fish_choice:
FishType.GAR: FishType.GAR: