#Right clicking delete does not select all items
9 messages · Page 1 of 1 (latest)
Shift- right click to area select
Yep, I'm aware, sometimes I like to manually delete a single line though
Just right clicking will sometimes skip over things if you move too fast, nothing that can really be done about it afaik
It does behave more smoothly in shapez 1 iirc, I'm sure there is a way to improve this UX but I do agree it's likely way down the list of bugs and issues
nothing that can really be done about it afaik
well, thats not true, since a mouse cursor cannot really "teleport" to a new location in normal operation they could interpolate between the two mouse cursor positions to cover the path moved across, instead of "just" taking the samples at a fixed timed intervals (which they seem to be doing) ... whether its enough of an issue to make it worth complicating the input logic is of course a different decision to make 😄
restarting the game helped me
This is because we don't trace inbetween tiles right now for this, so if you drag too fast it doesn't select everything - for now the area select can be used as a workaround (but we should sitll fix the bug)