cod/decls/def/spawns.def

90 lines
2 KiB
Modula-2

entityDef info_player_start
{
"editor_mins" "-16 -16 0"
"editor_maxs" "16 16 72"
"editor_description" "Singleplayer Spawn Point"
"editor_color" "1 0 0"
"editor_sprite" "textures/editor/info_player_start"
"spawnclass" "ncSpawnPoint"
"mins" "-16 -16 0"
"maxs" "16 16 72"
}
entityDef mp_deathmatch_spawn
{
"editor_mins" "-16 -16 0"
"editor_maxs" "16 16 72"
"editor_description" "Deathmatch Spawn Point"
"editor_color" "1 0 0"
"editor_sprite" "textures/editor/info_player_deathmatch"
"spawnclass" "ncSpawnPoint"
"mins" "-16 -16 0"
"maxs" "16 16 72"
}
entityDef mp_teamdeathmatch_spawn
{
"editor_mins" "-16 -16 0"
"editor_maxs" "16 16 72"
"editor_description" "Team Deathmatch Spawn Point"
"editor_color" "1 0 0"
"editor_sprite" "textures/editor/info_player_deathmatch"
"spawnclass" "ncSpawnPoint"
"mins" "-16 -16 0"
"maxs" "16 16 72"
}
entityDef mp_retrieval_spawn_allied
{
"editor_mins" "-16 -16 0"
"editor_maxs" "16 16 72"
"editor_description" "Retrieval: Allied Spawn"
"editor_color" "0.43 0.43 1"
"editor_sprite" "textures/editor/info_player_deathmatch"
"spawnclass" "ncSpawnPoint"
"mins" "-16 -16 0"
"maxs" "16 16 72"
}
entityDef mp_retrieval_spawn_axis
{
"editor_mins" "-16 -16 0"
"editor_maxs" "16 16 72"
"editor_description" "Retrieval: Axis Spawn"
"editor_color" "1 0 0"
"editor_sprite" "textures/editor/info_player_deathmatch"
"spawnclass" "ncSpawnPoint"
"mins" "-16 -16 0"
"maxs" "16 16 72"
}
entityDef mp_searchanddestroy_spawn_allied
{
"editor_mins" "-16 -16 0"
"editor_maxs" "16 16 72"
"editor_description" "Search & Destroy: Allied Spawn"
"editor_color" "0.43 0.43 1"
"editor_sprite" "textures/editor/info_player_deathmatch"
"spawnclass" "ncSpawnPoint"
"mins" "-16 -16 0"
"maxs" "16 16 72"
}
entityDef mp_searchanddestroy_spawn_axis
{
"editor_mins" "-16 -16 0"
"editor_maxs" "16 16 72"
"editor_description" "Search & Destroy: Axis Spawn"
"editor_color" "1 0 0"
"editor_sprite" "textures/editor/info_player_deathmatch"
"spawnclass" "ncSpawnPoint"
"mins" "-16 -16 0"
"maxs" "16 16 72"
}