Facebook
From Fiery Bongo, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 131
  1. buildInterface(20011) {
  2.            
  3.             rasterizerContainer {
  4.                 width { 188 }
  5.                 height { 20 }
  6.                 outer { 0x000000 }
  7.                 inner { 0x484641 }
  8.                 background { 0x3F3529 }
  9.                 position { Position(1,54) }
  10.             }
  11.  
  12.             progressbar {
  13.                 width { 185 }
  14.                 height { 16 }
  15.                 color { 0xFF0000 }
  16.                 percent { 56.0 }
  17.                 position { Position(3,56) }
  18.             }
  19.  
  20.             text {
  21.                 centere { true }
  22.                 color { 0xFFFFFF }
  23.                 type { Text.FontType.SMALL }
  24.                 text { "Spirit of the wolves [20/20]" }
  25.                 position { Position(93,59) }
  26.             }
  27.  
  28.  
  29.             rasterizerContainer {
  30.                 width { 188 }
  31.                 height { 185 }
  32.                 outer { 0x000000 }
  33.                 inner { 0x484641 }
  34.                 background { 0x3F3529 }
  35.                 position { Position(1,73) }
  36.             }
  37.  
  38.             text {
  39.                 centere { false }
  40.                 color { 0xFFFFFF }
  41.                 type { Text.FontType.REGULAR }
  42.                 text { "Points Given: 90000" }
  43.                 position { Position(7,79) }
  44.             }
  45.  
  46.             text {
  47.                 centere { false }
  48.                 color { 0xFFFFFF }
  49.                 space { 4 }
  50.                 type { Text.FontType.REGULAR }
  51.                 text { "Description: orem ipsum dolor sit amet, consectetur adipiscing elit. Praesent in ligula lacus. Quisque gravida risus at ultrices eleifend. Mauris vel velit." }
  52.                 position { Position(7,95) }
  53.                 width { 180 }
  54.             }
  55.  
  56.             button {
  57.                 normal { 25 }
  58.                 hover { 24 }
  59.                 tooltip { "Return" }
  60.                 position { Position(60,220) }
  61.  
  62.                 text {
  63.                     centere { true }
  64.                     color { 0xFFFFFF }
  65.                     type { Text.FontType.BOLD }
  66.                     text { "Return" }
  67.                     position { Position(35,8) }
  68.                 }
  69.             }
  70.  
  71.             container {
  72.                 position { Position(10,183) }
  73.                 height { 30 }
  74.                 width { 188 }
  75.                 paddingX { 10 }
  76.                 paddingY { 0 }
  77.             }
  78.  
  79.  
  80.         }
  81.     }