Use more sensible zoom levels, which eliminates zoom rendering artifacts

This commit is contained in:
Marcus Huderle
2021-02-09 17:28:02 -06:00
committed by huderlem
parent a7f12f1993
commit b35e1d9af9
2 changed files with 33 additions and 14 deletions

View File

@@ -135,8 +135,7 @@ public:
QString map_edit_mode = "paint";
QString obj_edit_mode = "select";
int scale_exp = 0;
double scale_base = sqrt(2); // adjust scale factor with this
int scaleIndex = 2;
qreal collisionOpacity = 0.5;
void objectsView_onMousePress(QMouseEvent *event);