summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/window/profile.lua
blob: 652921eb579f1fccfa6c61a8715e174e024f5b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
  mode = {
    width  = 256,
    height = 240,
  },
  scale = {
    x = 2,
    y = 2,
  },
  title = "GNU & Bola - The libre beat'em up game",
}