TEXT AS TEXTURE IN GODOT
When creating my game Kanji Memory I needed an efficient way to get images of the Kanji text unto the cards. I did not want to manually draw them. The solution I came out with was using viewports which contained the text and apply the viewport as the texture for the card. I am going to show an example on applying text as a a texture in Godot 3.5.1.