From 832fd64e1011ace02139843b4c2a871b25376866 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 3 Oct 2017 18:24:07 +0200 Subject: Updated conf and makefile to use love-release --- conf.lua | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index 032f41b..f25f3dc 100644 --- a/conf.lua +++ b/conf.lua @@ -1,12 +1,17 @@ --- Game configuration -function love.conf(t) +function love.conf (t) t.title = "Roflnauts 2" t.version = "0.10.2" t.window.width = 320 t.window.height = 180 - -- t.window.borderless = true t.identity = "not-nautz" - -- t.window.fullscreentype = "desktop" - -- t.window.fullscreen = true t.console = false + t.releases = { + title = t.title, + identifier = t.identity, + package = "roflnauts", + author = "The Roflnauts 2 Team", + email = "nthirtyone@gmail.com", + description = "Fan made sequel to Roflnauts.", + homepage = "https://github.com/nthirtyone/roflnauts" + } end -- cgit v1.1 From 8d6376bf6044d4a82035f3a7289814c2cd7751cb Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 7 Apr 2018 18:14:17 +0200 Subject: Love2D version entry updated to 11.0 --- conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index f25f3dc..4d366e1 100644 --- a/conf.lua +++ b/conf.lua @@ -1,6 +1,6 @@ function love.conf (t) t.title = "Roflnauts 2" - t.version = "0.10.2" + t.version = "11.0" t.window.width = 320 t.window.height = 180 t.identity = "not-nautz" -- cgit v1.1