class TextureRes { constructor(name = "", p5Image = null) { this.name = name; this.P5Image = p5Image; } }