![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | fwalker |
Hey I’m very new to GODOT so excuse me for my ignorance. I’m trying to figure out how to implement the following thing: I have an n dimensional array representing a map of land and water. I want to display this array as an image for debugging purposes without writing to disk. - for instance like previewing a depth buffer or something…
tldr:
Lets say I have a 3x3 array:
0,1,0
1,0,0
0,0,0
I want a visual representation of this array…
thanks.
By visual you mean something you can see on the game screen, during runtime?
Saitodepaula | 2019-12-05 13:43