Initial commit

This commit is contained in:
Eagle517
2025-02-17 23:17:30 -06:00
commit 7cad314c94
4726 changed files with 1145203 additions and 0 deletions

BIN
example/common/ui/cache/Arial 12 (ansi).uft vendored Executable file

Binary file not shown.

Binary file not shown.

BIN
example/common/ui/cache/Arial 14 (ansi).uft vendored Executable file

Binary file not shown.

Binary file not shown.

BIN
example/common/ui/cache/Arial 16 (ansi).uft vendored Executable file

Binary file not shown.

BIN
example/common/ui/cache/Arial 24 (ansi).uft vendored Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

33
example/common/ui/cache/clipboard.gui vendored Normal file
View File

@ -0,0 +1,33 @@
new SimSet(guiClipboard) {
new GuiBitmapButtonCtrl() {
Profile = "GuiButtonProfile";
HorizSizing = "relative";
VertSizing = "relative";
position = "22 280";
Extent = "182 58";
MinExtent = "8 2";
Visible = "1";
Command = "Theo.setFile(\"demo/data/video/areTorquePopular.ogg\");";
text = "Button";
groupNum = "-1";
buttonType = "PushButton";
bitmap = "demo/client/ui/theora/button";
helpTag = "0";
new GuiMLTextCtrl() {
Profile = "GuiMLTextNoSelectProfile";
HorizSizing = "right";
VertSizing = "bottom";
position = "9 7";
Extent = "100 42";
MinExtent = "8 2";
Visible = "1";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
text = "<color:ffffff><font:Arial Bold:14>A demo of \nsome of Torque\'s \nlovely goodness.";
helpTag = "0";
};
};
};