You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you aware that C# supports true multidimensional arrays rather than just jagged arrays (arrays of arrays)? Maybe it's just me, but I would find it a lot more convenient to use layer.Tiles[x, y] instead of layer.Tiles[y][x]. If you would rather keep things as they are now, that's fine.
The text was updated successfully, but these errors were encountered:
Are you aware that C# supports true multidimensional arrays rather than just jagged arrays (arrays of arrays)? Maybe it's just me, but I would find it a lot more convenient to use layer.Tiles[x, y] instead of layer.Tiles[y][x]. If you would rather keep things as they are now, that's fine.
The text was updated successfully, but these errors were encountered: