mirror of
https://github.com/blendogames/Doom3-Starter-Kit.git
synced 2024-11-10 06:32:02 +00:00
39 lines
No EOL
714 B
Modula-2
39 lines
No EOL
714 B
Modula-2
entityDef worldspawn
|
|
{
|
|
"editor_color" "0 .5 .8"
|
|
"editor_mins" "?"
|
|
"editor_maxs" "?"
|
|
"no_stamina" "1"
|
|
"spawnclass" "idWorldspawn"
|
|
}
|
|
|
|
entityDef light
|
|
{
|
|
"editor_color" "0 1 0"
|
|
"editor_mins" "-8 -8 -8"
|
|
"editor_maxs" "8 8 8"
|
|
"spawnclass" "idLight"
|
|
}
|
|
|
|
entityDef info_player_start
|
|
{
|
|
"editor_color" "1 0 0"
|
|
"editor_mins" "-16 -16 0"
|
|
"editor_maxs" "16 16 64"
|
|
"editor_showangle" "1"
|
|
"spawnclass" "idPlayerStart"
|
|
}
|
|
|
|
entityDef info_player_deathmatch
|
|
{
|
|
"editor_color" "1 0 0"
|
|
"editor_mins" "-16 -16 0"
|
|
"editor_maxs" "16 16 64"
|
|
"editor_showangle" "1"
|
|
"spawnclass" "idPlayerStart"
|
|
}
|
|
|
|
entityDef damage_suicide
|
|
{
|
|
"damage" "1000000000"
|
|
} |