CPainter307 / Jam-Fishing-Game

Team TreeFish's amazing action fishing game - made in under 72 hours.
0 stars 0 forks source link

Reeling Functionality #5

Open CPainter307 opened 3 years ago

CPainter307 commented 3 years ago

An important component of the player's abilities. Reeling is both how players do damage to the fish over time and manipulate their horizontal position. Players are either reeling or they are not. While reeling,

While not reeling,

Important Note: while the player is bouncing on the waves, there is an order of operations. First they are affected by the waves physics, and then they are returned to the limit of the fish's distance radius (if outside it).