Skip to content

Commit 508a524

Browse files
committed
Added the facing consts
1 parent 491ec08 commit 508a524

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

v3/src/physics/arcade/const.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ module.exports = {
4040
*/
4141
BOTTOM_TOP: 4,
4242

43-
FACING_NONE: 5,
44-
FACING_UP: 6,
45-
FACING_DOWN: 7,
46-
FACING_LEFT: 8,
47-
FACING_RIGHT: 9
43+
BODY: 5,
44+
GROUP: 6,
45+
TILEMAPLAYER: 7,
46+
47+
FACING_NONE: 8,
48+
FACING_UP: 9,
49+
FACING_DOWN: 10,
50+
FACING_LEFT: 11,
51+
FACING_RIGHT: 12
4852

4953
};

0 commit comments

Comments
 (0)