From 72533c0efb9d5659cd2c1fb0e9f067696d759812 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 26 Feb 2017 05:04:34 +0100 Subject: Initial commit, after jam --- conf.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf.lua (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua new file mode 100644 index 0000000..8852646 --- /dev/null +++ b/conf.lua @@ -0,0 +1,10 @@ +function love.conf(t) + t.title = "The Visitor (Fermijam)" + t.version = "0.10.1" + -- t.window.width = 100*6 + -- t.window.height = 57*6 + -- t.window.borderless = true + t.window.fullscreentype = "desktop" + t.window.fullscreen = true + -- t.console = true +end \ No newline at end of file -- cgit v1.1