Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ neo/mapsrc/*.vmx
*.rad
*.fgd

# Mounting the assets folder in gameinfo.txt creates this file, ignore
neo/sound/sound.cache

# Object files
*.o
*.p
Expand Down
10 changes: 10 additions & 0 deletions neo/materials/vgui/hud/voice_global.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"UnlitGeneric"
{
"$basetexture" "vgui\hud\voice_global"
"$translucent" 1
"$vertexcolor" 1
"$vertexalpha" 1
"$no_fullbright" 1
"$additive" 0
"$ignorez" 1
}
Binary file added neo/materials/vgui/hud/voice_global.vtf
Binary file not shown.
10 changes: 10 additions & 0 deletions neo/materials/vgui/hud/voice_team.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"UnlitGeneric"
{
"$basetexture" "vgui\hud\voice_team"
"$translucent" 1
"$vertexcolor" 1
"$vertexalpha" 1
"$no_fullbright" 1
"$additive" 0
"$ignorez" 1
}
Binary file added neo/materials/vgui/hud/voice_team.vtf
Binary file not shown.