tge/example/tstpro/common/ui/cache/clipboard.gui
2025-02-17 23:17:30 -06:00

16 lines
378 B
Plaintext

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";
};
};