3DStreet / citybuilderjr

Experiment to make a simple tile-based city block builder
https://3dstreet.github.io/citybuilderjr/
GNU Affero General Public License v3.0
0 stars 1 forks source link

rotate or replace tiles when triggering in cell with existing value #16

Closed kfarr closed 6 months ago

kfarr commented 6 months ago

AG? if there is a trigger (spawn) event on a grid cell with an existing object already placed, change the item to the currently selected item in that cell; if the currently selected item is the same as that which is already placed in the cell, increase rotation of existing object at those coordinates by 90º

kfarr commented 6 months ago

https://github.com/3DStreet/citybuilderjr/pull/21