[orx-image-fit] Add imageFitSub function

Introduce the `imageFitSub` function, enabling subsections of images to be drawn with fit and alignment capabilities. Added a demo showcasing its usage with grid-based rendering and updated dependencies with `orx-noise` for randomness support.
This commit is contained in:
Edwin Jakobs
2025-02-26 21:28:54 +01:00
parent 660949271d
commit acf1c33c5e
3 changed files with 61 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ kotlin {
dependencies {
implementation(project(":orx-shapes"))
implementation(project(":orx-image-fit"))
implementation(project(":orx-noise"))
}
}
}