summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua
blob: c336b792cadc9488697461c7dfcbcaca67a3c37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load.windowProfile = function()
  windowProfile = {
    mode = {
      width  = 256,
      height = 240,
    },
    scale = {
      x = 2,
      y = 2,
    },
    title = "GNU & Bola - The libre beat'em up game",
  }
end