fix for real this time
This commit is contained in:
parent
8a14702e10
commit
67371be013
2 changed files with 1 additions and 2 deletions
|
@ -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="."]
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue