zpervan / BlockJump

Block jump game implemented with Golang and C++
MIT License
3 stars 0 forks source link

Implement multi-tile placement #15

Open zpervan opened 1 year ago

zpervan commented 1 year ago

In order to have a more pleasant experience while creating maps, implement a feature that will allow the user to place multiple tiles at once.

Workflow:

  1. Select a tile
  2. Position the tile and hold the left mouse button
  3. Drag to the end position
  4. Release the mouse button

Example: Image

zpervan commented 1 year ago

Simple muiltitile placement implemented with commit cd7ec11