learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

Incorrect cell position in the output

Open BakerMagic opened this issue 11 months ago • 1 comments

Lesson 21: the matrix outputs the cell values not in the correct order, it outputs (column, row) while it normally outputs (row, column). Or is there something I don't understand?

BakerMagic avatar Feb 14 '25 20:02 BakerMagic

I noticed that wherever there is a two-dimensional array (matrix), it outputs numbers the other way around.

BakerMagic avatar Feb 14 '25 20:02 BakerMagic