📄 playgui.gui
字号:
//--- OBJECT WRITE BEGIN ---
new GameTSCtrl(PlayGui) {
profile = "GuiContentProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "1024 768";
minExtent = "8 8";
visible = "1";
cameraZRot = "0";
forceFOV = "0";
helpTag = "0";
new GuiBitmapCtrl(CenterPrintDlg) {
profile = "CenterPrintProfile";
horizSizing = "center";
vertSizing = "center";
position = "237 374";
extent = "550 20";
minExtent = "8 8";
visible = "0";
bitmap = "./hudfill.png";
wrap = "0";
helpTag = "0";
new GuiMLTextCtrl(CenterPrintText) {
profile = "CenterPrintTextProfile";
horizSizing = "center";
vertSizing = "center";
position = "0 0";
extent = "546 12";
minExtent = "8 8";
visible = "1";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
helpTag = "0";
};
};
new GuiBitmapCtrl(BottomPrintDlg) {
profile = "CenterPrintProfile";
horizSizing = "center";
vertSizing = "top";
position = "237 663";
extent = "550 20";
minExtent = "8 8";
visible = "0";
bitmap = "./hudfill.png";
wrap = "0";
helpTag = "0";
new GuiMLTextCtrl(BottomPrintText) {
profile = "CenterPrintTextProfile";
horizSizing = "center";
vertSizing = "center";
position = "0 0";
extent = "546 12";
minExtent = "8 8";
visible = "1";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "-1";
helpTag = "0";
};
};
new GuiBitmapCtrl(LagIcon) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "572 3";
extent = "32 32";
minExtent = "8 8";
visible = "0";
bitmap = "./lagIcon.png";
wrap = "0";
helpTag = "0";
};
new GuiShapeNameHud() {
profile = "GuiDefaultProfile";
horizSizing = "width";
vertSizing = "height";
position = "2 0";
extent = "1037 773";
minExtent = "8 8";
visible = "1";
fillColor = "0.000000 0.000000 0.000000 0.250000";
frameColor = "0.000000 1.000000 0.000000 1.000000";
textColor = "0.000000 1.000000 0.000000 1.000000";
showFill = "0";
showFrame = "0";
verticalOffset = "0.2";
distanceFade = "0.1";
damageRect = "30 4";
helpTag = "0";
damageFrameColor = "1.000000 0.600000 0.000000 1.000000";
damageFillColor = "0.000000 1.000000 0.000000 1.000000";
};
new GuiBitmapCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "top";
position = "53 61";
extent = "66 68";
minExtent = "8 8";
visible = "1";
bitmap = "./touxiang";
wrap = "0";
helpTag = "0";
};
new GuiBitmapCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "top";
position = "687 29";
extent = "330 463";
minExtent = "8 8";
visible = "1";
bitmap = "./wupinlan";
wrap = "0";
helpTag = "0";
};
new GuiBitmapCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "left";
vertSizing = "top";
position = "331 664";
extent = "684 92";
minExtent = "8 8";
visible = "1";
bitmap = "./jineng";
wrap = "0";
helpTag = "0";
};
new GuiHealthBarHud() {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "top";
position = "139 64";
extent = "106 8";
minExtent = "8 8";
visible = "1";
fillColor = "0.000000 0.000000 0.000000 0.500000";
frameColor = "0.000000 1.000000 0.000000 0.000000";
damageFillColor = "0.000000 0.000000 1.000000 1.000000";
pulseRate = "1000";
pulseThreshold = "0.5";
flipped = "0";
showFill = "1";
showFrame = "1";
displayEnergy = "0";
helpTag = "0";
value = "1";
};
new GuiHealthBarHud() {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "top";
position = "128 55";
extent = "116 8";
minExtent = "8 8";
visible = "1";
fillColor = "1.000000 0.000000 0.000000 0.500000";
frameColor = "0.000000 0.000000 0.000000 1.000000";
damageFillColor = "0.800000 0.000000 0.000000 1.000000";
pulseRate = "1000";
pulseThreshold = "0.5";
flipped = "0";
showFill = "1";
showFrame = "1";
displayEnergy = "0";
helpTag = "0";
value = "1";
};
new GuiBitmapCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "top";
position = "20 13";
extent = "250 151";
minExtent = "8 8";
visible = "1";
bitmap = "./healthBar";
wrap = "0";
helpTag = "0";
};
};
//--- OBJECT WRITE END ---
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -