Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to create text writable texture?
#2
Draw, Texture.

For example

local draw = Draw(2000, 2500, "Login : ");
local texture = Texture(1900, 2400, 1200, 2400, "MENU_INGAME.TGA");

function showLogin()
{
draw.visible = true;
texture.visible = true;
draw.top();
}
Reply


Messages In This Thread
RE: How to create text writable texture? - by Quarchodron - 25.01.2018, 19:43

Forum Jump:


Users browsing this thread: 1 Guest(s)