Skip to content

Commit

Permalink
[main]
Browse files Browse the repository at this point in the history
Changed background color to match dark theme.
  • Loading branch information
coding-jackalope committed Nov 24, 2020
1 parent f2dae85 commit 9e530b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local Slab = require 'Slab'
local SlabTest = require 'SlabTest'

function love.load(args)
love.graphics.setBackgroundColor(0.4, 0.88, 1.0)
love.graphics.setBackgroundColor(0.07, 0.07, 0.07)
Slab.Initialize(args)
end

Expand Down

0 comments on commit 9e530b1

Please sign in to comment.