A downloadable asset pack

Download NowName your own price

Mine Tileset - Starter pack

Platformer series

  • Available as 16x16 and 32x32 pixels tilemap. 
  • Contains tilemap for side-scrolling platformer. 
  • 40+ tiles to create all kinds of variations and shapes. 
  • Suitable for closed-world or open-world games. 
  • 3 layers of tiles to easily create a paralax effect.
  • Animated character so that you can quickly start walking and jumping around your level. 
  • Contains also master PSD files.

More tilesets will come with new themes to expand our Platformer series asset packs.

Join the community

Come join us in our Discord channel! Whether you have suggestions, questions, a project to share, or just want a friendly chat, we’d love to have you. See you there!

Additional support

If you'd like help us even more, please tell your friends or favorite content creators about our packs - spreading the word makes a huge difference!

Any feedback is greatly appreciated, and we'd be thrilled if you leave a rating and a comment.

Check out the PLUS version If you want more:

Check out also our other asset packs:


License

You can:

  • You can use the assets in commercial and non commercial projects.
  • You can edit the assets and use them in commercial and non commercial projects

You cannot:

  • You can't repackage, resell or redistribute the assets (no matter how much are they modified).

Attribution

If you use this tileset or any part of it in your work, you must give appropriate credit (provide this link - https://atomicrealm.itch.io/). You may do so in any reasonable manner, but not in any way that suggests Atomic Realm endorses you or your use.

Updated 3 days ago
StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(4 total ratings)
AuthorAtomic Realm
GenrePlatformer
Tags2D, GameMaker, Godot, Metroidvania, Pixel Art, Sci-fi, Side Scroller, Tileset, Unity

Download

Download NowName your own price

Click download now to get access to the following files:

[FREE] Mine Tileset - Starter Pack v1.1.1 3.4 MB

Development log

Comments

Log in with itch.io to leave a comment.

Hi. I recently purchased and donated for both "Mine" tilesets. I love them and it is perfect for the game I am making. I was wondering if you had any tips for creating "scenes" that look more like what you have in your docs and pics. I saw your "How to" images but still don't understand how to make my level look more like the example levels. I'm talking about the main scene that the player walks on, not the background and foreground stuff. I also know how to make tilesets in Godot/Unity/etc but am not sure how to piece them together to make it look like a complete platformer game. Specifically, I don't understand how to make the black part of the examples platforms you have blend in well where there is just a pure black tile, if that makes sense. Any tips and tricks you have would be super helpful and appreciated! Thanks!

Hey, first of all, thank you, really appreciate your support!
For sure, I'll try to put together some short tutorial/tips to achieve what you need. I'll get back to you

Thank you so much!

Hey, as I promised, here’s a brief tutorial on how to use it in Unity (for the 32p version).

  1. Import 1_Mine_Tileset_1 into your project. In the Inspector, set the following:
    • Sprite Mode: Multiple
    • Pixels Per Unit: 32
    • Filter Mode: Point (no filter)
    • Compression: None
  2. Use the Sprite Editor to slice the tileset into 32x32 sprites.
  3. Open the Tile Palette (Window -> 2D -> Tile Palette) and create a new palette with a rectangular grid.
  4. Drag all the sliced sprites from the tileset into the Tile Palette window. This will automatically create .asset files for each sliced sprite. After that, the sliced sprites should appear in the palette.
  5. In the scene, create a Rectangular Tilemap (Right-click in the Hierarchy -> 2D Object -> Tilemap -> Rectangular).
  6. You should now see the newly created Tilemap as a target in the Tile Palette. You can use this to paint the grid in the scene.

We’ve also added new standalone foreground tiles as you requested. Import them, set the correct Pixels Per Unit, Compression, and Filter Mode and then drag the standalone Tile to your newly created Tilemap next to other sliced sprites. Now you are ready to go and paint the solid color foreground. Refer to the latest devlog for more details.

Then, use the same technique for each separate tileset to add depth to your scene. I recommend to create  create a separate Tilemap for each tileset in the Scene so they remain independent of each other. This allows you to move them around freely. Try it for yourself and see what works for you the best.

I hope this helps! If you need anything else, stop by our Discord - we’ll be happy to assist you.

Very cool!

Thanks!