You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omni agents seem to not be responsive to angle placements via the config.json. For instance, placing an omni object in its initial position will apply the "x" and "y" placement, but its angle or "theta" will always be zero. For instance, the following script in my config.json:
Omni agents seem to not be responsive to angle placements via the config.json. For instance, placing an omni object in its initial position will apply the "x" and "y" placement, but its angle or "theta" will always be zero. For instance, the following script in my config.json:
Will place the "ball" at 50,100 but it will have an angle of 0 regardless.
Currently working around this by manually teleportation the object to its start position on the init{} call for that object,
teleport(x(), y(), angle() + PI/4);
Code above rotates it by 45 degrees. I guess this might be default behaviour but just noting it in case it wasn't.
The text was updated successfully, but these errors were encountered: