How to make a 2D matrix

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By GBboss

So I started studying programming this year and I would like to know how to make a 2d matrix and if possible use some example

:bust_in_silhouette: Reply From: Tim Martin

You want to nest arrays, how to do this is answered at https://forum.godotengine.org/5122/how-do-i-create-a-2d-array

Right, thanks

GBboss | 2020-09-11 13:02