mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 20:11:48 +00:00
4f04a97fdf
added visual effect for SURF_SNOW (needs fixing) deleted useless surfaceparms files
20 lines
343 B
Text
20 lines
343 B
Text
//custom surfaceParms file (for 'q3map2 -meta -custinfoparms name.map')
|
|
|
|
//custom CONTENTS_ flags
|
|
{
|
|
|
|
}
|
|
|
|
//custom SURF_ flags
|
|
{
|
|
SURF_SLICK 0x2
|
|
SURF_GRASS 0x80000
|
|
SURF_ASPHALT 0x100000
|
|
SURF_WET 0x200000
|
|
SURF_SNOW 0x400000
|
|
SURF_GRAVEL 0x800000
|
|
SURF_ICE 0x1000000
|
|
SURF_DIRT 0x2000000
|
|
SURF_METAL 0x4000000
|
|
}
|
|
|