mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-29 15:32:19 +00:00
12 lines
220 B
Text
12 lines
220 B
Text
|
|
||
|
//NOTE: for vehicle-class NPCs, the playerModel key is actually their entry in the vehicles.dat
|
||
|
|
||
|
tie-fighter
|
||
|
{
|
||
|
playerTeam TEAM_NEUTRAL
|
||
|
enemyTeam TEAM_NEUTRAL
|
||
|
class CLASS_VEHICLE
|
||
|
width 140
|
||
|
height 300
|
||
|
}
|