class Animation extends Entityimport { Animation } from "https://deno.land/x/caviar@2.0.0/src/entities/sprites/Animation.ts"; ConstructorsnewAnimation(_scene: Scene,x: number,y: number,atlas: Atlas,frames: Array<string>,)Propertiesatlas: AtlascurrentFrame: numberframes: Array<string>