UNPKG
arcade-physics
Version:
latest (0.1.0)
0.1.0
0.0.3
0.0.2
0.0.1
Use Arcade Physics without Phaser.
github.com/yandeu/arcade-physics
yandeu/arcade-physics
arcade-physics
/
lib
/
tilemaps
/
const
/
index.js
11 lines
•
316 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
/** *
@author
Richard Davey <rich
@photonstorm
.com> *
@copyright
2013-2023 Photon Storm Ltd. *
@license
{
@link https://opensource.org/licenses/MIT|MIT License
} */
var
CONST
= {
ORIENTATION
:
require
(
'./ORIENTATION_CONST'
) };
module
.
exports
=
CONST
;
//# sourceMappingURL=index.js.map