gdext / editor

Old codebase for GDExt, see https://github.com/gdext/app
MIT License
23 stars 8 forks source link

Object selection ignores rotation #42

Open gducrash opened 3 years ago

gducrash commented 3 years ago

When you try to select a rotated object in gdext, the hitbox for the selection is still un-rotated

Steps To Reproduce

  1. Build an object (a good example is a thin line)
  2. Rotate it by an arbitrary amount
  3. Try to select it in a place where it wouldn't be if it wasn't rotated
  4. It doesn't select, even though it's rotated

Expected behavior An object should still select

iliasHDZ commented 3 years ago

It should work better now but is not completely fixed. I'll fix it another day.

at #43