Thread: GUI scaling
View Single Post
  #15  
Old 12-26-2009, 10:01 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
This would be an awesome addition, though I'd rather seeing it work something like

PHP Code:
new GuiControl(TestControl)
{
  
40[percent]; // equivalent to screenwidth*.4
  
50[percent]; // equivalent to screenheight*.5
  
width 50[percent]; // half the width of the screen
  
height 25[percent]; // 1/4th the height of the screen

This forum percent sign crap really needs to be fixed z.z
__________________
Reply With Quote