Collision in 0.13.4 (Win)
I'm not that familiar with the Collision behavior.
Am I doing something wrong in the attached example?
I'm trying to get Actor 2 to display some text when it collides with Actor 1.
I'm not that familiar with the Collision behavior.
Am I doing something wrong in the attached example?
I'm trying to get Actor 2 to display some text when it collides with Actor 1.
Comments
At least one actor has to have self.Physics.Movable checked for Collision rules to work.
@tatiang
Aha! I'll try that. Thanks!
EDIT: It worked.