Facebook
From Soft Tern, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 120
  1.  buildInterface(29000,383,274, true) {
  2.  
  3.        
  4.             rasterizerContainer {
  5.                 width { 368 }
  6.                 height { 36 }
  7.                 inner { 0x3F372D }
  8.                 outer { 0x3F372D }
  9.                 background { 0x3F372D }
  10.                 position { Position(6,231) }
  11.             }
  12.  
  13.             rasterizerContainer {
  14.                 width { 368 }
  15.                 height { 1 }
  16.                 inner { 0x5A5245 }
  17.                 outer { 0x5A5245 }
  18.                 background { 0x5A5245 }
  19.                 position { Position(6,230) }
  20.             }
  21.  
  22.             rasterizerContainer {
  23.                 width { 368 }
  24.                 height { 1 }
  25.                 inner { 0x383023 }
  26.                 outer { 0x383023 }
  27.                 background { 0x383023 }
  28.                 position { Position(6,229) }
  29.             }
  30.  
  31.  
  32.             rasterizerContainer {
  33.                 width { 229 }
  34.                 height { 25 }
  35.                 inner { 0x5A5245 }
  36.                 outer { 0x383023 }
  37.                 background { 0x362F26 }
  38.                 position { Position(72,197) }
  39.             }
  40.  
  41.  
  42.             text {
  43.                 text { "Choose a skill.." }
  44.                 color { 0xFFFFFF }
  45.                 type { Text.FontType.REGULAR }
  46.                 position { Position(186,202) }
  47.                 shadow { true }
  48.                 centere { true }
  49.             }
  50.  
  51.  
  52.             text {
  53.                 text { "What sort of xp would you like?" }
  54.                 color { 0xFF981F }
  55.                 type { Text.FontType.BOLD }
  56.                 position { Position(191,10) }
  57.                 shadow { true }
  58.                 centere { true }
  59.             }
  60.  
  61.             button {
  62.                 normal { 32 }
  63.                 hover { 31 }
  64.                 tooltip { "Cancel" }
  65.                 position { Position(70,237) }
  66.  
  67.                 text {
  68.                     centere { true }
  69.                     color { 0xFFFFFF }
  70.                     type { Text.FontType.BOLD }
  71.                     text { "Cancel" }
  72.                     position { Position(57,5) }
  73.                 }
  74.             }
  75.  
  76.             button {
  77.                 normal { 32 }
  78.                 hover { 31 }
  79.                 tooltip { "Confirm" }
  80.                 position { Position(200,237) }
  81.  
  82.                 text {
  83.                     centere { true }
  84.                     color { 0xFFFFFF }
  85.                     type { Text.FontType.BOLD }
  86.                     text { "Confirm" }
  87.                     position { Position(57,5) }
  88.                 }
  89.             }
  90.  
  91.             devider {
  92.                 size { 368 }
  93.                 position { Position(7, 28) }
  94.             }
  95.  
  96.             buttons(SkillData.values().size,8,13,20) {
  97.                 normal { 29 }
  98.                 hover { 27 }
  99.                 position { Position(12,40) }
  100.             }
  101.  
  102.             sprites(SkillData.values().size,8,13,20) { idx ->
  103.                 id { SkillData.getData(idx).sprite }
  104.                 position { Position(12 + iconOffset[idx].x,40 + iconOffset[idx].y) }
  105.             }
  106.  
  107.         }
  108.  
  109.     }