UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other GameMaker games!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the "asset order swapping" function

UnknownSandwich opened this issue · comments

Which component should be improved?

UI/UX

Describe your feature suggestion in more detail

You can drag and place an asset "between two assets", and we can also use the mouse scroll to move the list while we are dragging an asset.

The purpose of the asset order option is to fix mistakes caused by accidentally moving things around via scripts or forgetting to turn the option off.

In most cases it's not something you should care about - if you're using it to arrange assets in a way that you can easily iterate over them in code I would suggest finding an alternative way to do that.

Basically, you shouldn't be using it enough for these features to be particularly helpful.