dim "watermark"

This commit is contained in:
jill 2021-09-18 14:02:08 +03:00
parent e65d77ad09
commit 5cccd7c25c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function love.draw()
love.graphics.setColor(0.08, 0.08, 0.1, 1)
love.graphics.rectangle('line', 0, 0, sw, sh)
love.graphics.setColor(1, 1, 1, 1)
love.graphics.setColor(0.2, 0.2, 0.3, 1)
love.graphics.print('Box of Eases by oatmealine', outerpadding, sh - fontHeight - outerpadding)
slider.render()