We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c39dea + 3714b49 commit 86e5f8eCopy full SHA for 86e5f8e
1 file changed
src/display/align/in/QuickSet.js
@@ -17,6 +17,10 @@ AlignInMap[ALIGN_CONST.RIGHT_CENTER] = require('./RightCenter');
17
AlignInMap[ALIGN_CONST.TOP_CENTER] = require('./TopCenter');
18
AlignInMap[ALIGN_CONST.TOP_LEFT] = require('./TopLeft');
19
AlignInMap[ALIGN_CONST.TOP_RIGHT] = require('./TopRight');
20
+AlignInMap[ALIGN_CONST.LEFT_BOTTOM] = AlignInMap[ALIGN_CONST.BOTTOM_LEFT];
21
+AlignInMap[ALIGN_CONST.LEFT_TOP] = AlignInMap[ALIGN_CONST.TOP_LEFT];
22
+AlignInMap[ALIGN_CONST.RIGHT_BOTTOM] = AlignInMap[ALIGN_CONST.BOTTOM_RIGHT];
23
+AlignInMap[ALIGN_CONST.RIGHT_TOP] = AlignInMap[ALIGN_CONST.TOP_RIGHT];
24
25
/**
26
* Takes given Game Object and aligns it so that it is positioned relative to the other.
0 commit comments