class Image extends Entityimport { Image } from "https://deno.land/x/caviar@2.6.9/src/entities/sprites/Image.ts"; ConstructorsnewImage(url: string,x: number,y: number,)Propertiesheight: numberimage: HTMLImageurl: stringwidth: numberMethodscollides(x: number, y: number): booleanload()