Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nicer organization #166

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
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
Next Next commit
Update jk2mv.shader_mv
  • Loading branch information
BreakinBenny committed Jun 10, 2023
commit af2355eb219485ba38b1e58eb8457d48b01e74a3
35 changes: 16 additions & 19 deletions assets/shaders/jk2mv.shader_mv
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
gfx/2d/code_new_roman
{
uiElementHD
textureMode GL_LINEAR_MIPMAP_NEAREST
{
map gfx/2d/code_new_roman
blendFunc blend
rgbGen vertex
alphaGen vertex
depthFunc disable
}
uiElementHD
textureMode GL_LINEAR_MIPMAP_NEAREST {
map gfx/2d/code_new_roman
blendFunc blend
rgbGen vertex
alphaGen vertex
depthFunc disable
}
}

gfx/2d/mplus_1m_bold
{
uiElementHD
textureMode GL_LINEAR_MIPMAP_NEAREST
{
map gfx/2d/mplus_1m_bold
blendFunc blend
rgbGen vertex
alphaGen vertex
depthFunc disable
}
uiElementHD
textureMode GL_LINEAR_MIPMAP_NEAREST {
map gfx/2d/mplus_1m_bold
blendFunc blend
rgbGen vertex
alphaGen vertex
depthFunc disable
}
}

// retail shader overrides

gfx/2d/wedge
{
nomipmaps
Expand Down