Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10720


Ignore:
Timestamp:
Oct 29, 2015, 11:26:28 PM (8 years ago)
Author:
fvultier
Message:
 
Location:
data/trunk
Files:
2 added
1 deleted
19 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/materials/Pickups.material

    r10691 r10720  
    107107}
    108108
    109 material Arrow
    110 {
    111         technique
    112         {
    113                 pass
    114                 {
    115                         lighting off
    116                         scene_blend add
    117                         depth_write off
    118 
    119                         texture_unit
    120                         {
    121                                 texture arrow.png
     109material ArrowUp
     110{
     111        technique
     112        {
     113                pass
     114                {
     115                        lighting off
     116                        scene_blend add
     117                        depth_write off
     118
     119                        texture_unit
     120                        {
     121                                texture arrowup.png
     122                        }
     123                }
     124        }
     125}
     126
     127material ArrowDown
     128{
     129        technique
     130        {
     131                pass
     132                {
     133                        lighting off
     134                        scene_blend add
     135                        depth_write off
     136
     137                        texture_unit
     138                        {
     139                                texture arrowdown.png
    122140                        }
    123141                }
Note: See TracChangeset for help on using the changeset viewer.