mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-10 20:11:42 +00:00
quakespasm.pak: More z-fighting workarounds.
This fixes: e2m3: - The floorpiece (when down) and wallpiece (when open) by the crates opposite the normal exit. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1135 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
e4d99195bf
commit
996d692db0
2 changed files with 2 additions and 0 deletions
|
@ -1230,6 +1230,7 @@
|
||||||
"targetname" "t11"
|
"targetname" "t11"
|
||||||
"wait" "10"
|
"wait" "10"
|
||||||
"model" "*25"
|
"model" "*25"
|
||||||
|
"lip" "7" // svdijk -- added to prevent z-fighting
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"classname" "func_door_secret"
|
"classname" "func_door_secret"
|
||||||
|
@ -1237,6 +1238,7 @@
|
||||||
"spawnflags" "8"
|
"spawnflags" "8"
|
||||||
"targetname" "t11"
|
"targetname" "t11"
|
||||||
"model" "*26"
|
"model" "*26"
|
||||||
|
"t_length" "65" // svdijk -- added to prevent z-fighting
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"classname" "light"
|
"classname" "light"
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue