ROOT = "d:/ymir work/ui/public/" window = { "name" : "QuestDialog", "style" : ("float",),#"movable", "x" : 0, "y" : 0, "width" : 800, "height" : 450, "children" : ( { "name" : "board", "type" : "image", "style" : ("attach", "ignore_size",), "x" : 0, "y" : 0, "horizontal_align" : "center", "vertical_align" : "center", "image" : "locale/pl/core/tlo_questowe.tga", "width" : 350, "height" : 300, }, ), }