Author Topic: DrawText Function!!  (Read 4235 times)

Aino

  • Ent
  • ******
  • Thank You
  • -Given: 4
  • -Receive: 30
  • Posts: 1,527
  • Eufloria: Yes
DrawText Function!!
« on: February 18, 2011, 11:19:38 PM »
Finally on the market is DrawText and now with NUMBERS!

Just download the .lua in the end of this topic!

How to:
1: Download the .lua
2: Copy the last function: DrawText()
3: Paste it into your map/project
4: Make a new function between LevelSetup() and LevelLogic() (Don't know if this is obligatory) named ScreenDraw() or LevelDraw(), both makes sense where the text will appear.
5: In the new function you just write DrawText() and in the brackets you type in x, y, text, red, green, blue, width, heigth (if you really typed it all in, change it to numbers(if your a coder you probably know what all of those stuff is!!))

Now the text should appear somewhere on your level or at the screen :)

Updated!
« Last Edit: May 23, 2011, 11:07:42 PM by Aino »