Kaba class ImageTexture ed

...

Syntax ed

class ImageTexture extends Texture
    var height: i32
    var width: i32

    # constructors
    func mut __init__(w: i32, h: i32, format: string)

Elements ed

var height: i32
...

var width: i32
...