Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. local text = "{title}Just testing the length of the image we get back{}"
  2. local text2 = "{title}Just testing the length of the image we get back{}"
  3. local pos = {W.mid, W.screen.handle, W.mid, 0}
  4. local thing1 = ccpc.create_widget{'text','text_', x=pos,y=pos, w=2, h=nil, text=text, size=42, z=z, nowrap=true, hidden=false, base="ui/auto/Box_White"}
  5. local thing2 = ccpc.create_widget{'text','text_', x=pos,y={W.near, thing1, W.far, 16}, w=2, h=nil, text=text2, size=42, z=z, nowrap=true, hidden=false, base="ui/auto/Box_White"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement