[Gfx2Texture]|[nil] texture = gfx2.loadImage(width, height, Base64Texture)
Loads a texture from base64 text (can be used outside of render2)
Parameters
width
integerthe width of the texture
height
integerthe height of the texture
Base64Texture
stringThe texture itself, convert with https://cdn.discordapp.com/attachments/877878499749289984/1029113574406242405/ImgToBase64.exe
Return Value