change line style
This commit is contained in:
parent
4a153e6bda
commit
bd288099d2
1 changed files with 1 additions and 0 deletions
1
main.lua
1
main.lua
|
|
@ -23,6 +23,7 @@ Circle = require 'obj/game/Circle'
|
||||||
function love.load()
|
function love.load()
|
||||||
-- screen setup
|
-- screen setup
|
||||||
love.graphics.setDefaultFilter("nearest")
|
love.graphics.setDefaultFilter("nearest")
|
||||||
|
love.graphics.setLineStyle("rough")
|
||||||
resize(2)
|
resize(2)
|
||||||
|
|
||||||
---@type Room|nil
|
---@type Room|nil
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue