home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / RESOURCES / KOOB / control / client / interfaces / playerinterface.gui < prev    next >
Encoding:
Text File  |  2006-09-24  |  3.1 KB  |  114 lines

  1. new GameTSCtrl(PlayerInterface) {
  2.    profile = "GuiContentProfile";
  3.    horizSizing = "right";
  4.    vertSizing = "bottom";
  5.    position = "0 0";
  6.    extent = "640 480";
  7.    minExtent = "8 8";
  8.    visible = "1";
  9.    helpTag = "0";
  10.       noCursor = "1";
  11.    new GuiCrossHairHud() {
  12.       profile = "GuiDefaultProfile";
  13.       horizSizing = "center";
  14.       vertSizing = "center";
  15.       position = "304 224";
  16.       extent = "32 32";
  17.       minExtent = "8 8";
  18.       visible = "1";
  19.       helpTag = "0";
  20.       bitmap = "./interfaces/emaga_gunsight";
  21.       wrap = "0";
  22.       damageFillColor = "0.000000 1.000000 0.000000 1.000000";
  23.       damageFrameColor = "1.000000 0.600000 0.000000 1.000000";
  24.       damageRect = "50 4";
  25.       damageOffset = "0 10";
  26.    };
  27.    new GuiHealthBarHud() {
  28.       profile = "GuiDefaultProfile";
  29.       horizSizing = "right";
  30.       vertSizing = "top";
  31.       position = "14 315";
  32.       extent = "26 138";
  33.       minExtent = "8 8";
  34.       visible = "1";
  35.       helpTag = "0";
  36.       showFill = "1";
  37.       displayEnergy = "0";
  38.       showFrame = "1";
  39.       fillColor = "0.000000 0.000000 0.000000 0.500000";
  40.       frameColor = "0.000000 1.000000 0.000000 0.000000";
  41.       damageFillColor = "0.800000 0.000000 0.000000 1.000000";
  42.       pulseRate = "1000";
  43.       pulseThreshold = "0.5";
  44.          value = "1";
  45.    };
  46.    new GuiBitmapCtrl() {
  47.       profile = "GuiDefaultProfile";
  48.       horizSizing = "right";
  49.       vertSizing = "top";
  50.       position = "11 299";
  51.       extent = "32 172";
  52.       minExtent = "8 8";
  53.       visible = "1";
  54.       helpTag = "0";
  55.       bitmap = "./interfaces/emaga_healthwidget";
  56.       wrap = "0";
  57.    };
  58.    new GuiHealthBarHud() {
  59.       profile = "GuiDefaultProfile";
  60.       horizSizing = "right";
  61.       vertSizing = "top";
  62.       position = "53 315";
  63.       extent = "26 138";
  64.       minExtent = "8 8";
  65.       visible = "1";
  66.       helpTag = "0";
  67.       showFill = "1";
  68.       displayEnergy = "1";
  69.       showFrame = "1";
  70.       fillColor = "0.000000 0.000000 0.000000 0.500000";
  71.       frameColor = "0.000000 1.000000 0.000000 0.000000";
  72.       damageFillColor = "0.000000 0.000000 0.800000 1.000000";
  73.       pulseRate = "1000";
  74.       pulseThreshold = "0.5";
  75.          value = "1";
  76.    };
  77.    new GuiBitmapCtrl() {
  78.       profile = "GuiDefaultProfile";
  79.       horizSizing = "right";
  80.       vertSizing = "top";
  81.       position = "50 299";
  82.       extent = "32 172";
  83.       minExtent = "8 8";
  84.       visible = "1";
  85.       helpTag = "0";
  86.       bitmap = "./interfaces/emaga_healthwidget";
  87.       wrap = "0";
  88.    };
  89.    new GuiTextCtrl(scorelabel) {
  90.       profile = "ScoreTextProfile";
  91.       horizSizing = "right";
  92.       vertSizing = "bottom";
  93.       position = "10 3";
  94.       extent = "50 20";
  95.       minExtent = "8 8";
  96.       visible = "1";
  97.       helpTag = "0";
  98.       text = "Score";
  99.       maxLength = "255";
  100.    };
  101.    new GuiTextCtrl(Scorebox) {
  102.       profile = "ScoreTextProfile";
  103.       horizSizing = "right";
  104.       vertSizing = "bottom";
  105.       position = "50 3";
  106.       extent = "100 20";
  107.       minExtent = "8 8";
  108.       visible = "1";
  109.       helpTag = "0";
  110.       text = "0";
  111.       maxLength = "255";
  112.    };
  113. };
  114.