-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,18 @@ function love.conf(t) | |
t.modules.video = true -- Enable the video module (boolean) | ||
t.modules.window = true -- Enable the window module (boolean) | ||
t.modules.thread = true -- Enable the thread module (boolean) | ||
|
||
t.releases = { | ||
title = "psycho-the-ball", -- The project title (string) | ||
package = "psycho-the-ball", -- The project command and package name (string) | ||
loveVersion = t.version, -- The project LÖVE version | ||
version = "0.1", -- The project version | ||
author = "Ricardo Lira", -- Your name (string) | ||
email = "[email protected]", -- Your email (string) | ||
description = "Psychodelic top-down ball shooter.", -- The project description (string) | ||
homepage = "https://github.com/uspgamedev/Project-Telos", -- The project homepage (string) | ||
identifier = "love2d-game", -- The project Uniform Type Identifier (string) | ||
excludeFileList = {}, -- File patterns to exclude. (string list) | ||
releaseDirectory = "release", -- Where to store the project releases (string) | ||
} | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters