Skip to content

Commit

Permalink
Tidy up the player clip materials
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Jan 30, 2016
1 parent 7741ee7 commit f5ef965
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
LightmappedGeneric
{
$basetexture "Tools/toolsplayerclip"
$surfaceprop glass
$translucent 1
"%compilenodraw" 1
"%playerclip" 1
"%noportal" 1
"%nopaint" 1
$basetexture "Tools/toolsplayerclip"
$translucent 1
"%compilenodraw" 1
"%playerclip" 1
"%noportal" 1
"%nopaint" 1
$surfaceprop "glass"
"%surfaceprop" "glass"
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
LightmappedGeneric
{
$basetexture "Tools/toolsplayerclip"
$surfaceprop metalgrate
$translucent 1
"%compilenodraw" 1
"%playerclip" 1
$basetexture "Tools/toolsplayerclip"
$translucent 1
"%compilenodraw" 1
"%playerclip" 1
"%noportal" 1
"%nopaint" 1
$surfaceprop "metalgrate"
"%surfaceprop" "metalgrate"
}

0 comments on commit f5ef965

Please sign in to comment.