Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boat bob rides waves more realistically #1595

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 20, 2024

  1. Boat bob rides the waves more realistically

    Boats in water don't just rise/sink vertically, their bow and stern dip up/down as they crest the waves of the water. This PR adds a slight rotation to simulate this action.
    
    Signed-off-by: Corey <regan.corey@gmail.com>
    Invincibear committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a4778d8 View commit details
    Browse the repository at this point in the history
  2. Boat bob direction is inverted in boat-badge-bob

    `boat-bob` modifies `bottom`, `boat-badge-bob` modifies `top`, I inverted the rotations of `boat-badge-bob` to match
    
    Signed-off-by: Corey <regan.corey@gmail.com>
    Invincibear committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    61d11fd View commit details
    Browse the repository at this point in the history