Skip to main content
Module

x/react_isometric_tilemap/mod.ts

A Tileset for isomtric game components made only with the DOM
Latest
import * as reactIsometricTilemap from "https://deno.land/x/react_isometric_tilemap@2.0.0/mod.ts";

Classes

An event called when the user interacts with the map.

Variables

An animated texture is an image than changes frames on a regular interval It's similar to a gif, but it's using a set of frames as different images.

An isometric map is a container for isometric objects and isometric tiles. It provides basic functionallity

An isometric object is everything than is not a tile or a character. They can be animated and over any tile. They are used for decorations than don't look like a floor pice, like trees, rocks or buildings.