Garry's Mod
[E2] VGUI Core
7件中 1-7 を表示
更新: 2015年4月4日 @ 9時00分

Fixed Fail

更新: 2015年4月4日 @ 8時59分

Fail

更新: 2015年4月3日 @ 13時29分

Fixed 'modular' type.
Various optimizations.

I might work on documentation for this.

更新: 2015年3月24日 @ 11時57分

Modifications to the modular template

更新: 2015年2月27日 @ 14時07分

Added 2 new templates, 'popup' and 'modular'.

popup:
A simple informational pop up window.
Fields:
-title : Title of the window.
-text : Text in the window.
-ok : Text on the 'OK' Button.

modular:
well this is quite a bit more complicated as you can guess from the name.
Fields:
-title : Title of the window.
-width : [NUMBER] width in pixels (max 600)
-height : [NUMBER] height in pixels (max 600)
-content : Table containing the elements... See below


New Content Structure
Root:
..
[Element_name]:
['type'] = Type, one of the derma types.
['x'],['y'] = Position of the element
['params'] = table of parameters specific to 'type'
['sub'] = table similar to Root -> max table depth is 4 for sake of some simplicity.
..

更新: 2015年2月21日 @ 11時49分

Random changes.

更新: 2015年2月20日 @ 9時59分