Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/react_isometric_tilemap/components/isometric-tile.tsx>TileFrame

A Tileset for isomtric game components made only with the DOM
Latest
interface TileFrame
import { type TileFrame } from "https://deno.land/x/react_isometric_tilemap@2.0.0/components/isometric-tile.tsx";

Properties

readonly
floor: string

The floor texture name

readonly
leftWall: TileFrameWall

The left wall textures

readonly
rightWall: TileFrameWall

The right wall textures