Skip to content

Commit

Permalink
Black background for text entry
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Nov 27, 2017
1 parent 39dd6b9 commit 1b0eca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Til Death/BGAnimations/ScreenTextEntry underlay.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return Def.Quad{
InitCommand=function(self)
self:FullScreen():Center():diffuse(color("0,0,0,0.5"))
self:FullScreen():Center():diffuse(color("0,0,0,0.5")):diffusealpha(1)
end;
};

0 comments on commit 1b0eca7

Please sign in to comment.