Get rid of the .pk3dir, use alternative building method

This commit is contained in:
Marco Cawthorne 2025-01-30 23:53:21 -08:00
parent d3e22907b5
commit 3924d63fcc
1767 changed files with 430 additions and 789 deletions

15
scripts/wireframe.shader Normal file
View file

@ -0,0 +1,15 @@
// Overriding this material
// so that r_wireframe being
// 2 means that we'll have an overlay
// of triangle lines instead of
// wall hacks
wireframe
{
program wireframe
{
if r_wireframe == 1
nodepthtest
endif
}
}