summaryrefslogtreecommitdiffhomepage
path: root/config/menusettings.lua
blob: fc7d62e791660637680d8d07d4d2719cd3b865a3 (plain)
1
2
3
4
5
6
7
local menu = ...

local button = require "button"
local selector = require "selector"

local width, height = love.graphics.getWidth()/getRealScale(), love.graphics.getHeight()/getRealScale()
local bx = width/2-29