Kaba class ImageTexture ed

...

Syntax ed

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

    # constructors
    func mut __init__(width: i32, height: i32, format: string)

Elements ed

var height: i32
...

var width: i32
...