UNPKG

matrix-map

Version:

A class object for to aid in the creation of 2D grid games.

8 lines (7 loc) 159 B
const getAllEdges = function(){ this.getNorthEdge(); this.getSouthEdge(); this.getEastEdge(); this.getWestEdge(); } export default getAllEdges