class Image extends Entityimport { Image } from "https://deno.land/x/caviar@2.0.0/src/entities/sprites/mod.ts"; ConstructorsnewImage(scene: Scene,texture: string,x: number,y: number,width: number,height: number,)Propertiesheight: numbersurface: anytexture: anywidth: number