mess
mess copied to clipboard
add implicit `angles`
on some not very rare cases an entity might be missing the angles
property and that breaks expressions that read it or its component e.g. angles.yaw
.
my suggestion is to always have implicit default value for angles of 0 0 0
. This is what the game engine already does in a way, both origin
and angles
are implicitly 0 0 0
if absent.