Facebook
From Thundering Leopard, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 147
  1. ROOT = "d:/ymir work/ui/public/"
  2.  
  3. window = {
  4.     "name" : "QuestDialog",
  5.     "style" : ("float",),#"movable",
  6.  
  7.     "x" : 0,
  8.     "y" : 0,
  9.  
  10.     "width" : 800,
  11.     "height" : 450,
  12.  
  13.     "children" :
  14.     (
  15.         {
  16.             "name" : "board",
  17.             "type" : "image",
  18.             "style" : ("attach", "ignore_size",),
  19.  
  20.             "x" : 0,
  21.             "y" : 0,
  22.  
  23.             "horizontal_align" : "center",
  24.             "vertical_align" : "center",
  25.  
  26.             "image" : "locale/pl/core/tlo_questowe.tga",
  27.            
  28.             "width" : 350,
  29.             "height" : 300,
  30.         },
  31.     ),
  32. }