gangstawars/zpak001.pk3dir/decls/def/spawns.def
2024-08-30 16:01:34 -07:00

45 lines
967 B
Modula-2

entityDef info_player_start
{
"spawnclass" "NSSpawnPoint"
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Singleplayer Spawn Point"
"editor_color" "1 0 0"
}
entityDef info_gangsta_dm_start
{
"spawnclass" "NSSpawnPoint"
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Deathmatch Spawn Point"
"editor_color" "1 0 0"
}
entityDef info_player_coop
{
"spawnclass" "NSSpawnPoint"
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Cooperative Spawn Point"
"editor_color" "1 0 0"
}
entityDef info_italian_start
{
"spawnclass" "NSSpawnPoint"
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Italian Mafia (Blue) Spawn Point"
"editor_color" "1 0 0"
}
entityDef info_russian_start
{
"spawnclass" "NSSpawnPoint"
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Russian Mafia (Red) Spawn Point"
"editor_color" "1 0 0"
}