Convert a chart X position to scene pixels. Equivalent to Game.p(position) — at the reference resolution this is identity.
Game.p(position)
X coordinate in chart space (±675 is half-screen).
`p(675)` → 675 (right edge) Copy
`p(675)` → 675 (right edge)
Convert a chart X position to scene pixels. Equivalent to
Game.p(position)— at the reference resolution this is identity.