From 81027496117fc4310d15062ea93310cb62f07455 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sun, 17 Nov 2024 13:13:41 -0600 Subject: Salmon --- scenes/microgames/fishin/fishin.gd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scenes/microgames/fishin') diff --git a/scenes/microgames/fishin/fishin.gd b/scenes/microgames/fishin/fishin.gd index e657b22..a0db9f3 100644 --- a/scenes/microgames/fishin/fishin.gd +++ b/scenes/microgames/fishin/fishin.gd @@ -110,7 +110,7 @@ func _on_texture_button_button_up() -> void: var fish_choice: FishType = randi_range(0,len(fishes)) # hehe - fish_choice = FishType.GAR + fish_choice = FishType.SALMON match fish_choice: FishType.GAR: @@ -118,6 +118,7 @@ func _on_texture_button_button_up() -> void: fish_chosen.emit(gar.get_node("GarSprite"), "Gar :)") FishType.SALMON: salmon.visible = true + fish_chosen.emit(salmon.get_node("SalmonSprite"), "Salmon") FishType.BASS: bass.visible = true FishType.HUMUHUMUNUKUNUKUAPUA_A: -- cgit v1.2.3