20kdc / gabien-app-r48

(Possibly buggy) application for game making, modding, and datamining, with a general focus around game engines compatible with the RPG Maker series.
The Unlicense
34 stars 2 forks source link

Setting tile as ‘impassable’ requires 4 mouse clicks #10

Closed rohkea closed 7 years ago

rohkea commented 7 years ago

One common scenario for editing tileset data is setting the passability to ‘impassable’. Most tiles don’t require directional passability: if it’s a rock or a bush, I can’t enter it from any side. So, in RM2k[3], there are two modes: for setting normal passability and for setting directional passability.

But R48 forces me to click on all the directions just to set the rock impassable.

So, R48 workflow to set a few tiles as impassable is:

The RM2k[3] behaviour is:

It would be nice if this was simplified in R48. Possible solutions I can think of:

20kdc commented 7 years ago

...GitHub deciding it should close issues before the solution is actually double-checked again sigh (EDIT: Seems to have been settled as "done" over IRC)