diff options
| author | cursed22bc <admin@pixeldawn.org> | 2026-03-10 20:52:33 +0200 |
|---|---|---|
| committer | cursed22bc <admin@pixeldawn.org> | 2026-03-10 20:52:33 +0200 |
| commit | a64d77bc12cadb3989a7faf094adc1d5c581d565 (patch) | |
| tree | 86bc2a3876c3cd42b86772eaff755549590e57c8 /textbox.lua | |
| parent | 9d95968c3e732be915f10841d1d659e37b3b5d03 (diff) | |
text triggers
Diffstat (limited to 'textbox.lua')
| -rw-r--r-- | textbox.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textbox.lua b/textbox.lua index 35b66a4..934b7f5 100644 --- a/textbox.lua +++ b/textbox.lua @@ -131,8 +131,6 @@ function Textbox:draw() end local prevFont = love.graphics.getFont() love.graphics.setFont(self.font) - love.graphics.setColor(0, 0, 0, 0.8) - love.graphics.rectangle("fill", x, y, self.width, self.height) love.graphics.setColor(1, 1, 1, 1) love.graphics.printf(self.visibleText, textX, textY, self.width - padding * 2, textAlign) love.graphics.setFont(prevFont) |
