Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <config>
  3.  
  4. <templates>
  5.  
  6. <timer enabled="1">
  7. <ground_label enabled="1" on_screen="1" off_screen="1" use_bottom="1" text="{value}" value_format="dyn">
  8. <!-- value_format can be 'dyn', 'F0', 'F1' -->
  9. <body enabled="0" color="192,0,0,0" stroke="0" />
  10. <text font_family="tahoma" font_size="9" font_bold="1" font_shadow="1">
  11. <custom_shadow enabled="1" heavy="1" color="128,0,0,0" />
  12. </text>
  13. </ground_label>
  14. <ground_timer enabled="1" radius="30" use_bottom="1">
  15. <empty enabled="1" color="64,0,0,0" stroke="0" />
  16. <fill enabled="1" color="160,255,255,255" stroke="0" />
  17. </ground_timer>
  18. </timer>
  19.  
  20. </templates>
  21.  
  22. <actors>
  23.  
  24. <inner_sanctuary enabled="1" template="timer" keywords="snos=320136" extra_decorators="ground_outline/ground_circle">
  25. <ground_circle enabled="1" radius="11" color="25,255,255,255" stroke="0" />
  26. <ground_outline enabled="1" radius="11" color="220,220,220,220" stroke="1.5" />
  27. </inner_sanctuary>
  28.  
  29. </actors>
  30.  
  31. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement