scihunt/zpak001.pk3dir/decls/def/spawns.def

44 lines
942 B
Modula-2
Raw Normal View History

2024-07-11 02:25:23 +00:00
entityDef info_player_start
{
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Singleplayer Spawn Point"
"editor_color" "1 0 0"
2025-01-06 06:46:00 +00:00
"spawnclass" "ncSpawnPoint"
2024-07-11 02:25:23 +00:00
}
entityDef info_player_deathmatch
{
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Deathmatch Spawn Point"
"editor_color" "1 0 0"
2025-01-06 06:46:00 +00:00
"spawnclass" "ncSpawnPoint"
2024-07-11 02:25:23 +00:00
}
entityDef info_player_coop
{
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Cooperative Spawn Point"
"editor_color" "1 0 0"
2025-01-06 06:46:00 +00:00
"spawnclass" "ncSpawnPoint"
2024-07-11 02:25:23 +00:00
}
entityDef info_player_team1
{
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Red Team Spawn Point"
"editor_color" "1 0 0"
2025-01-06 06:46:00 +00:00
"spawnclass" "ncSpawnPoint"
2024-07-11 02:25:23 +00:00
}
entityDef info_player_team2
{
"editor_mins" "-16 -16 -36"
"editor_maxs" "16 16 36"
"editor_description" "Blue Team Spawn Point"
"editor_color" "0 0 1"
2025-01-06 06:46:00 +00:00
"spawnclass" "ncSpawnPoint"
2024-07-11 02:25:23 +00:00
}