-
Hello, I'm trying to make 4 invisible walls at the edges of my screen which should only collide with a certain type of Actor. I can only get these to partially work, since there always seems to be some issue. I need the walls to move with the player in the world and I need them to work on resize. So far I've tried:
Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've figured it out, so here's some pseudocode for anyone interested:
Works on resize and there's no need to add any Wall actors or anything along those lines. |
Beta Was this translation helpful? Give feedback.
I've figured it out, so here's some pseudocode for anyone interested:
Works on resize and there's no need to add any Wall actors or anything along those lines.