Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi! Thanks so much for picking up the whole bundle, I really appreciate it.

Just to clarify, these assets aren't a traditional fixed-size tileset, they're individual elements separated by category with a transparent background, made to be worked with and resized individually rather than matched to one single fixed cell size. That's why it's scalable for multiple resolutions, you can resize each piece to whatever grid size your project uses.

Here are some quick steps depending on your engine:

Unity: import the sprite, set the Sprite Mode to "Single" (or "Multiple" if you're slicing manually), then adjust the Pixels Per Unit value so the sprite matches your desired in-game cell size. Keep Filter Mode set to "Point (no filter)" if you want a crisp pixel-art look.

Godot: import the sprite, then in the Sprite2D or TextureRect node adjust the Scale property until it matches your tile/cell grid. Make sure Filter is set to "Nearest" in the texture import settings to avoid blurring.

GameMaker: import the sprite, then resize it directly in the Sprite Editor or adjust the Image Scale in the room/object settings to match your grid size. Disable smoothing/interpolation for crisp pixels.

Since every piece is separated by category, you can scale each one independently to fit perfectly with your own grid, there's no single fixed cell size you need to match.

If you run into any more trouble, feel free to reach out to the email on my profile and I'll be glad to help you out more specifically!

I alreayd crated tile fixer with ai :D  rescaling the tiles fast to closest aviable size to fit in perfect size as tile :D 

Hey, can you share this please, I have the same problem. Would really appreciate to have a solution instead of asking my AI to build such a tool :D

Hey Lysterion! Glad to know it's useful for you too 😊 Since it's an external tool, I prefer not to share it publicly here out of respect for the platform. Feel free to reach out via email and I'll send you all the details!