Advertisement
demonixis

Untitled

Jan 21st, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. void OnGUI()
  2. {
  3. GUI.DrawTexture(textureRect, backgroundTexture);
  4. GUI.Label(messageRect, message, messageStyle);
  5. GUI.DrawTexture(avatarRect, avatarTexture);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement