UNPKG

grid-engine

Version:

Phaser3 plugin for grid based movement on a 2D game board.

6 lines (5 loc) 192 B
import { GridCharacterState } from "../GridCharacter/GridCharacterState.js"; export interface GridCharacterStatePhaser extends GridCharacterState { offsetX: number; offsetY: number; }