Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/materials/scripts/Arrow.material @ 6702

Last change on this file since 6702 was 6702, checked in by dafrick, 14 years ago

Added arrow texture and material. Created some images for the PickupInventory (in the pickup.tga file and defined through the PickupInventory imageset)

File size: 154 bytes
Line 
1material Arrow
2{
3        technique
4        {
5                pass
6                {
7                        lighting off
8                        scene_blend add
9                        depth_write off
10
11                        texture_unit
12                        {
13                                texture arrow.tga
14                        }
15                }
16        }
17}
Note: See TracBrowser for help on using the repository browser.