q2/decls/def/spawns.def

27 lines
570 B
Modula-2
Raw Permalink Normal View History

2025-02-02 04:35:32 +00:00
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_player_deathmatch
{
"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"
}