Advertisement
seoz

edc

Dec 14th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. group { name: "main";
  2. parts {
  3. part { name: "base";
  4. type: RECT;
  5. description { state: "default" 0.0;
  6. min: 400 400;
  7. color: 100 100 100 100;
  8. }
  9. }
  10. part { name: "line";
  11. type: SWALLOW;
  12. description { state: "default" 0.0;
  13. //align: 0 1.0;
  14. //fixed: 0 1;
  15. rel1.relative: 0.0 0.5;
  16. rel2.relative: 1.0 0.5;
  17. }
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement