# Lets set the Pixel and Vertex Shader
LoadPixelShader Data\EvilBot.ps PSMain
LoadVertexShader Data\EvilBot.vs VSMain

# Lets expose the texture slot
TextureSlot Texture shaderTexture
TextureSlot Texture2 shaderTexture2
