nuclide/platform/base_scripts.pk3dir/def/spawns.def

26 lines
470 B
Modula-2

entityDef info_player_start
{
editor_mins "-16 -16 -36"
editor_maxs "16 16 36"
editor_description "Singleplayer Spawn Point"
spawnclass NSSpawnPoint
}
entityDef info_player_deathmatch
{
editor_mins "-16 -16 -36"
editor_maxs "16 16 36"
editor_description "Deathmatch Spawn Point"
spawnclass NSSpawnPoint
}
entityDef info_player_coop
{
editor_mins "-16 -16 -36"
editor_maxs "16 16 36"
editor_description "Cooperative Spawn Point"
spawnclass NSSpawnPoint
}