mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 20:11:48 +00:00
18 lines
264 B
Text
18 lines
264 B
Text
//custom surfaceParms file (for 'q3map2 -meta -custinfoparms name.map')
|
|
|
|
//custom CONTENTS_ flags
|
|
{
|
|
|
|
}
|
|
|
|
//custom SURF_ flags
|
|
{
|
|
grass 0x80000
|
|
asphalt 0x100000
|
|
wet 0x200000
|
|
snow 0x400000
|
|
gravel 0x800000
|
|
ice 0x1000000
|
|
dirt 0x2000000
|
|
}
|
|
|