Astrabit-ST / Luminol

An RPG Maker XP-VX Ace rewrite, written in Rust with love 💕
https://luminol.dev/
GNU General Public License v3.0
95 stars 11 forks source link

Random tile placement #122

Closed VIRMSKVLL closed 2 months ago

VIRMSKVLL commented 2 months ago

Is your feature request related to a problem? Please describe. Having lots of tile variations that have to get randomized by hand using the pencil tool and hand distribution.

Describe the solution you'd like a mode to shift the pencil action from placing all the tiles as a bunch to placing a random tile from the selected bunch

Describe alternatives you've considered Instead of a toggle, a different selection mode on the tile picker holding alt to add to a 'randomized bunch'. Personally I consider the above to be a more sound option.

Speak2Erase commented 2 months ago

Could make alt turn the toggle on while it's held down, so we get the best of both worlds

zimberzimber commented 2 months ago

It might be a better idea to have the game handle randomization instead of the editor, so that you can still use tile picker and bucket tools on the tiles that are supposed to be randomized.

white-axe commented 2 months ago

That's true but I'll implement this anyways for people who don't know how or are too lazy.