Garry's Mod

Garry's Mod

[E2] VGUI Core
Menampilkan1-7 dari 7 kiriman
Pembaruan: 4 Apr 2015 @ 9:00am

Fixed Fail

Pembaruan: 4 Apr 2015 @ 8:59am

Fail

Pembaruan: 3 Apr 2015 @ 1:29pm

Fixed 'modular' type.
Various optimizations.

I might work on documentation for this.

Pembaruan: 24 Mar 2015 @ 11:57am

Modifications to the modular template

Pembaruan: 27 Feb 2015 @ 2:07pm

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.
..

Pembaruan: 21 Feb 2015 @ 11:49am

Random changes.

Pembaruan: 20 Feb 2015 @ 9:59am