increpare / PuzzleScript

Open Source HTML5 Puzzle Game Engine
MIT License
903 stars 160 forks source link

Right click as sprite droplet tool #527

Closed minotalen closed 5 years ago

minotalen commented 5 years ago

Right clicking on the editor currently does nothing, I was thinking it might make sense if that would change the selected sprite to whats under the mouse, similar to the function of the color picker in FlickGame.

increpare commented 5 years ago

right clicking in the editor does do something already, it deletes the tile (Replaces it with background tile) - see https://www.puzzlescript.net/Documentation/leveleditor.html for details :)

minotalen commented 5 years ago

Oof, I've even used that feature! Well I'd still prefer copying tiles but then again, being able to quickly place background is quite useful. Maybe it would make sense for CTRL+click on a tile?