-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ok I found out how to do it. I changed the functions |
Beta Was this translation helpful? Give feedback.
-
For folks with similar needs but who don't want to go as far as modifying Tiled, or who might need to use a mix of 2x2 and regular placement: |
Beta Was this translation helpful? Give feedback.
Ok I found out how to do it.
I changed the functions
void StampBrush::tilePositionChanged(QPoint pos)
and
void StampBrush::updatePreview()
so they only work when QPoint coordiantes are even numbers.