Hi,
I have a weird problem:
If I place Array.width at 8 and Array height at 4 the array is represented as
xxxx
instead of
xxxxxxxx
I think that's just how the debbuger shows it, if you try to get the correct cell data with events you would get the correct value. But I can agree it would be good if the debugger had some better representation of array data.
Develop games in your browser. Powerful, performant & highly capable.
The width and height are representations of x and y as they are depicted as table data, not as a visual representation.
Imho, 'width' would have been clearer if they were something like 'size_x', or 'len_x'.