Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/caviar/src/entities/sprites/mod.ts>Atlas

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
class Atlas
extends Entity
import { Atlas } from "https://deno.land/x/caviar@2.2.1/src/entities/sprites/mod.ts";

Constructors

new
Atlas(atlasUrl: string, type?: string)

Properties

atlas: PhaserAtlas | PixiAtlas | GodotAtlas
image: HTMLImage
readonly
imgUrl: string
preloaded: boolean

Methods

getFrame(key: string): Frame
load(): Promise<Atlas>