Created
August 11, 2019 07:13
-
-
Save pythongo1/39f66a31f6cc5974a13b9e0521f97546 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<robot> | |
<material name="black"> | |
<color rgba="0.0 0.0 0.0 1.0"/> | |
</material> | |
<material name="blue"> | |
<color rgba="0.0 0.0 0.8 1.0"/> | |
</material> | |
<material name="green"> | |
<color rgba="0.0 0.8 0.0 1.0"/> | |
</material> | |
<material name="grey"> | |
<color rgba="0.2 0.2 0.2 1.0"/> | |
</material> | |
<material name="orange"> | |
<color rgba="${255/255} ${108/255} ${10/255} 1.0"/> | |
</material> | |
<material name="brown"> | |
<color rgba="${222/255} ${207/255} ${195/255} 1.0"/> | |
</material> | |
<material name="red"> | |
<color rgba="0.8 0.0 0.0 1.0"/> | |
</material> | |
<material name="white"> | |
<color rgba="1.0 1.0 1.0 1.0"/> | |
</material> | |
</robot> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment