weld.edc_works1 934 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* i have no idea what else to include yet... this is hacking in the dark. */
  2. /* extra things for berk theme */
  3. #ifndef BG_COLOR
  4. #define BG_COLOR 71 59 40 250
  5. #endif
  6. #ifndef BG_COLOR_TRANSLUCENT
  7. #define BG_COLOR_TRANSLUCENT 51 32 26 100
  8. #endif
  9. #ifndef BELL_OVERLAY_COLOR
  10. #define BELL_OVERLAY_COLOR 251 243 155 32
  11. #endif
  12. collections{
  13. group{ name: "terminology/background";
  14. images {
  15. image: "dig_fill.png" COMP;
  16. }
  17. parts {
  18. /* part {
  19. name: "background";
  20. type: RECT;
  21. description {
  22. state: "default" 0.0;
  23. }
  24. } */
  25. part {
  26. name: "background";
  27. type: IMAGE;
  28. description { state: "default";
  29. /* fixedL 1 1;
  30. rel1.to: "terminology/background";
  31. rel2.to: "terminology/background"; */
  32. image.normal: "dig_fill.png";
  33. /* fill{
  34. size.relative: 0.5 0.5;
  35. size.offset: 64 64; */
  36. }
  37. }
  38. }
  39. }
  40. }