UNPKG
@2d-game-grid/square
Version:
latest (2.4.3)
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.0.7
A simple square grid made for games
github.com/mstuercke/2d-game-grid
mstuercke/2d-game-grid
@2d-game-grid/square
/
src
/
SquareDirections.ts
4 lines
(2 loc)
•
192 B
text/typescript
View Raw
1
2
3
4
import
type
{
DiagonalDirection
,
Direction
,
Directions
,
StraightDirection
}
from
'@2d-game-grid/core'
export
type
SquareDirections
=
Directions
<
Direction
,
StraightDirection
,
DiagonalDirection
>