fixed(): FixedComp
Make object unaffected by camera or parent object transforms, and render at last.// this will be be fixed on top left and not affected by camera const score = add([ text(0), pos(12, 12), fixed(), ])
// this will be be fixed on top left and not affected by camera const score = add([ text(0), pos(12, 12), fixed(), ])