Initial commit
This commit is contained in:
15
Torque/SDK/example/tstpro/common/ui/cache/clipboard.gui
vendored
Normal file
15
Torque/SDK/example/tstpro/common/ui/cache/clipboard.gui
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
new SimSet(guiClipboard) {
|
||||
|
||||
new GuiTextCtrl() {
|
||||
profile = "GuiTextProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "126 180";
|
||||
extent = "148 18";
|
||||
minExtent = "8 2";
|
||||
visible = "1";
|
||||
command = "gotoWebPage(\"www.garagegames.com\");";
|
||||
text = "Synapse Gaming Lighting Pack";
|
||||
maxLength = "255";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user