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

Fix putSliceWithBorders extention function for Bitmap class #2144

Merged
merged 2 commits into from
Feb 13, 2024

Commits on Feb 6, 2024

  1. Fix putSliceWithBorders

    The function putSliceWithBorders is used to create an extruded tileset
    in LdtkView. The tiles were not extruded correctly into top and bottom
    left corners. This commit fixes that. It also adds a unit test which
    reproduces the error.
    jobe-m committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    65ca3e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    1fc6700 View commit details
    Browse the repository at this point in the history