# Can we have the ability to sort our tiles in tile map?

**URL:** https://forum.makecode.com/t/can-we-have-the-ability-to-sort-our-tiles-in-tile-map/35411
**Category:** Arcade
**Tags:** game
**Created:** [April 7, 2025, 4:59pm UTC](https://forum.makecode.com/t/can-we-have-the-ability-to-sort-our-tiles-in-tile-map/35411 "2025-04-07T16:59:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![BotWarrior](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/botwarrior/32/25328_2.png) [@BotWarrior](https://forum.makecode.com/u/BotWarrior)
#### Post date: [April 7, 2025, 4:59pm UTC](https://forum.makecode.com/t/can-we-have-the-ability-to-sort-our-tiles-in-tile-map/35411/1 "2025-04-07T16:59:50Z")

</div>

I was making a game, and I kept trying to make my tiles in the tile map editor look neat. You know, so all single direction walls were in a square on the selector. I came back today, and all of them have been shuffled! This is really frustrating, and I wish I could just put all of x type of tiles at the start manually instead of having to edit all the tiles and paste a different one over it. I spent hours on this yesterday because I want my game in the tiny jam, and tile map design is a real problem.

---

<div class="post-metadata">

### Author: ![Luke](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/luke/32/32519_2.png) [@Luke](https://forum.makecode.com/u/Luke)
#### Post date: [April 7, 2025, 5:04pm UTC](https://forum.makecode.com/t/can-we-have-the-ability-to-sort-our-tiles-in-tile-map/35411/2 "2025-04-07T17:04:00Z")

</div>

btw you can press r to replace the selected foreground and background tiles (works in the editor with colours too)

---

<div class="post-metadata">

### Author: ![BotWarrior](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/botwarrior/32/25328_2.png) [@BotWarrior](https://forum.makecode.com/u/BotWarrior)
#### Post date: [April 8, 2025, 12:46pm UTC](https://forum.makecode.com/t/can-we-have-the-ability-to-sort-our-tiles-in-tile-map/35411/3 "2025-04-08T12:46:06Z")

</div>

Miscommunication on my behalf, I am in need of a way to sort these-

 ![Screenshot 2025-04-08 at 06.10.54](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/a/3/a3b3e1f9c9d0b3b0902fc89f40454f105243bde4.png)

---

<div class="post-metadata">

### Author: ![CodeOnTheCob](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/codeonthecob/32/19306_2.png) [@CodeOnTheCob](https://forum.makecode.com/u/CodeOnTheCob)
#### Post date: [April 8, 2025, 4:49pm UTC](https://forum.makecode.com/t/can-we-have-the-ability-to-sort-our-tiles-in-tile-map/35411/4 "2025-04-08T16:49:28Z")

</div>

to make this be a custom tileset (like forest aquatic dungeon and misc)  
1 go to this website [https://shakao.github.io/arcade-sprite-pack/](https://shakao.github.io/arcade-sprite-pack/)  
2 copy all of your tile assets into the tile section leave the first tile empty  
3 download it with the export tileset give it a cool name  
4 import to makecode  
5 publish it  
6 copy the publish link  
7 go to your game and click extensions  
8 paste the link  
9 add it  
10 check the pre-existing tilesets drop-down in the tilemap editor it should be there with the name you gave it  
11 the end  
hope this helped

---

<div class="post-metadata">

### Author: ![UnsignedArduino](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/unsignedarduino/32/592_2.png) [@UnsignedArduino](https://forum.makecode.com/u/UnsignedArduino)
#### Post date: [April 8, 2025, 6:26pm UTC](https://forum.makecode.com/t/can-we-have-the-ability-to-sort-our-tiles-in-tile-map/35411/5 "2025-04-08T18:26:12Z")

</div>

My workaround is having a blank area in the tilemap so I can just eyedropper it without scrolling through the file pages

---

<div class="post-metadata">

### Author: ![BotWarrior](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/botwarrior/32/25328_2.png) [@BotWarrior](https://forum.makecode.com/u/BotWarrior)
#### Post date: [April 8, 2025, 10:11pm UTC](https://forum.makecode.com/t/can-we-have-the-ability-to-sort-our-tiles-in-tile-map/35411/6 "2025-04-08T22:11:41Z")

</div>

Both of these are helpful, the annoying thing is that I spent a few hours trying to get my tiles in the perfect order, then they resorted for some reason.
