From b6aae49b1cc51e10b38e48aae812fb64ed5c8f93 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Wed, 27 Apr 2016 17:38:34 +0200 Subject: [PATCH] Release --- game/.gitignore | 1 + game/conf.lua | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 game/.gitignore diff --git a/game/.gitignore b/game/.gitignore new file mode 100644 index 0000000..b8c14be --- /dev/null +++ b/game/.gitignore @@ -0,0 +1 @@ +releases diff --git a/game/conf.lua b/game/conf.lua index 0bdaf1a..b10fbef 100644 --- a/game/conf.lua +++ b/game/conf.lua @@ -6,4 +6,15 @@ function love.conf(t) t.screen.width = 800 t.screen.height = 640 t.screen.fsaa = 0 -end \ No newline at end of file + t.releases = { + title = "Trosh Club Info", -- The project title (string) + package = "TroshCI", -- The project command and package name (string) + loveVersion = "0.8.0", -- The project LÖVE version + version = "1.1.0", -- The project version + author = "Club Info Polytech Lille", -- Your name (string) + email = "Club.Informatique@polytech-lille.fr", -- Your email (string) + description = "Jeu Trosh modifié par le Club Informatique", -- The project description (string) + homepage = "http://clubinfo.plil.net/trosh", -- The project homepage (string) + identifier = "com.ClubInfoPolytechLille.trosh", -- The project Uniform Type Identifier (string) + } +end -- libgit2 0.21.2