I've tried the popular method of detecting whether or not a frame is within the size of a frame which works perfectly for frames with no rotation, but it completely breaks once you rotate the frame. How could I make collision detection work with angled walls?
https://www.youtube.com/watch?v=IELWpIGtjRg
I found this video explaining how you can detect collisions using SAT(Separating Axis Theorem) but that video's pretty outdated and resource intensive when expanding to much more frames. Anyone got any good, effective idea?