Skip to content

Commit

Permalink
forgot git add
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Nov 5, 2023
1 parent 13242cb commit 6f7e594
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/disabled.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return love.graphics.newShader([[
vec4 effect(vec4 color, Image tex, vec2 texture_coords, vec2 screen_coords)
{
vec4 texturecolor = Texel(tex, texture_coords);
color *= texturecolor;
color.rgb *= 0.5;
return color;
}
]])

0 comments on commit 6f7e594

Please sign in to comment.