doom3-starter-kit/base/def/engine.def

39 lines
714 B
Modula-2
Raw Normal View History

2022-07-15 00:22:33 +00:00
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"
}