Add the first fish to the list of fish seen
This commit is contained in:
parent
9f7327a275
commit
1e397ffe7d
2 changed files with 1 additions and 3 deletions
|
@ -63,7 +63,7 @@ func _on_fishin_win(fish_caught: Fishin.FishType) -> void:
|
||||||
$Clippette.visible = true
|
$Clippette.visible = true
|
||||||
$Clippette.start_dialogue()
|
$Clippette.start_dialogue()
|
||||||
$"Score window (real)".visible = true
|
$"Score window (real)".visible = true
|
||||||
|
fish_seen.push_back(fish_caught)
|
||||||
|
|
||||||
|
|
||||||
func _on_score_window_donezo() -> void:
|
func _on_score_window_donezo() -> void:
|
||||||
|
|
|
@ -110,8 +110,6 @@ func _on_texture_button_button_up() -> void:
|
||||||
# show fish
|
# show fish
|
||||||
fish_choice = randi_range(0,len(fishes))
|
fish_choice = randi_range(0,len(fishes))
|
||||||
|
|
||||||
fish_choice = FishType.MOBY_DICK
|
|
||||||
|
|
||||||
match fish_choice:
|
match fish_choice:
|
||||||
FishType.GAR:
|
FishType.GAR:
|
||||||
gar.visible = true
|
gar.visible = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue