summaryrefslogtreecommitdiffhomepage
path: root/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/conf.lua b/conf.lua
index 45a5e7c..c5d97e3 100644
--- a/conf.lua
+++ b/conf.lua
@@ -1,9 +1,8 @@
-- Game configuration
function love.conf(t)
- t.title = "notnauts"
+ t.title = "Roflnauts 2"
t.version = "0.10.1"
- t.window.icon = "assets/icon.png"
- t.window.width = 320*4
- t.window.height = 180*4
+ t.window.fullscreentype = "desktop"
+ t.window.fullscreen = true
t.console = false
end \ No newline at end of file