summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_brawlers/load/window_profile.lua
blob: f6fa4b4c661a3bf16844707035d7387a4fbb87b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--[[ Contains general parameters about the window ]]--

return {
  mode = {
    width  = 256,
    height = 240,
  },
  scale = {
    x = 2,
    y = 2,
  },
  title = "GNU & Bola Brawlers",
}