The horizontal (0, 0.5, 1) and vertical alignment a named anchor implies.
import { anchorAlign } from '@datamoc/mw_games/two-d/ui';console.log(anchorAlign('bottom-right')); // { x: 1, y: 1 } Copy
import { anchorAlign } from '@datamoc/mw_games/two-d/ui';console.log(anchorAlign('bottom-right')); // { x: 1, y: 1 }
The horizontal (0, 0.5, 1) and vertical alignment a named anchor implies.