Pyxel Edit Forum Archive
ArchiveFeature requests

Tile panel & re-ordering

noio
Feb 1, 2014 at 9:42 am
It seems like the tile panel could use its space more efficiently. When I make the window higher, it doesn't actually utilize that extra space; the grid stays at 19 tiles wide. This makes for a lot of horizontal scrolling that could be avoided.


A second remark is that I don't quite like the swapping when reordering the tiles; I'd prefer an "insert" mechanism (all subsequent tiles move up). However; I understand that the current method keeps the tile indexes constant, which might be useful in many applications.
Danik
Feb 1, 2014 at 12:00 pm
The reason the tiles don't wrap is to keep the tileset width consistent. You can change the width by going to Tiles > Change tileset width. This isn't very obvious so I have added a settings button in the next version to make it more accessible.
You can hold shift to insert tiles instead of swapping, I will make this more obvious in the next version also. :)