Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyFrogeye committed Apr 27, 2016
1 parent 35820c9 commit b6aae49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions game/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
releases
13 changes: 12 additions & 1 deletion game/conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ function love.conf(t)
t.screen.width = 800
t.screen.height = 640
t.screen.fsaa = 0
end
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 = "[email protected]", -- 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

0 comments on commit b6aae49

Please sign in to comment.