We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88f4c5 commit b0e0e60Copy full SHA for b0e0e60
BytesOfLove/game/gameMap/Fishing_Bytes.rpy
@@ -43,7 +43,7 @@ screen fish_Game:
43
if (len(fish_list) < 21):
44
timer 2 action Function(spawn_fish) repeat True
45
for fish in fish_list:
46
- add fish.get_transform() at fish_caught
+ add fish.get_transform() at fish.transform
47
48
49
screen instructions_Fishing:
0 commit comments