learn-gdscript
learn-gdscript copied to clipboard
Incorrect cell position in the output
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?
I noticed that wherever there is a two-dimensional array (matrix), it outputs numbers the other way around.