RafaelBarbosatec / bonfire

(RPG maker) Create RPG-style or similar games more simply with Flame.
https://bonfire-engine.github.io
MIT License
1.18k stars 177 forks source link

Fix for #523 #524

Closed tkshnwesper closed 1 month ago

tkshnwesper commented 1 month ago

Description

  1. It makes isFlipHorizontallyFastAnimation and isFlipVerticallyFastAnimation public
  2. Assigns values of isFlipHorizontally and isFlipVertically respectively to isFlipHorizontallyFastAnimation and isFlipVerticallyFastAnimation

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

Breaking Change

Does your PR require Flame users to manually update their apps to accommodate your change?

RafaelBarbosatec commented 1 month ago

LGTM! Thanks for contribution!