Advertisement
Guest User

Untitled

a guest
Mar 27th, 2012
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.65 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <robot>
  3.  
  4.     <material name="Black">
  5.         <color rgba="0.0 0.0 0.0 1.0"/>
  6.     </material>
  7.  
  8.     <material name="Blue">
  9.         <color rgba="0.0 0.0 0.8 1.0"/>
  10.     </material>
  11.  
  12.     <material name="Green">
  13.         <color rgba="0.0 0.8 0.0 1.0"/>
  14.     </material>
  15.  
  16.     <material name="Grey">
  17.         <color rgba="0.7 0.7 0.7 1.0"/>
  18.     </material>
  19.  
  20.     <material name="Grey2">
  21.         <color rgba="0.9 0.9 0.9 1.0"/>
  22.     </material>
  23.  
  24.     <material name="Red">
  25.         <color rgba="0.8 0.0 0.0 1.0"/>
  26.     </material>
  27.  
  28.     <material name="White">
  29.         <color rgba="1.0 1.0 1.0 1.0"/>
  30.     </material>
  31.  
  32. </robot>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement