t.released uncommented. oops!

This commit is contained in:
shru 2018-12-14 17:32:41 -05:00
parent ea58a3dae8
commit c1f466af8e
2 changed files with 19 additions and 19 deletions

View file

@ -5,3 +5,4 @@ Issues
------
- Bubbler (and other weapons?) can't break blocks in the First Cave.
- Unable to create /data/Stage directories.

View file

@ -19,23 +19,22 @@ function love.conf(t)
t.accelerometerjoystick = false
t.gammacorrect = false
-- t.releases = {
-- -- This is the name of the zip archive which contains your game.
-- title = 'Cave Story Randomizer',
-- -- This is the name of your game's executable.
-- package = 'Cave Story Randomizer',
-- loveVersion = '11.1',
-- version = nil,
-- author = 'shru',
-- email = nil,
-- description = nil,
-- homepage = 'https://shru.itch.io/cave-story-randomizer',
-- -- MacOS needs this.
-- identifier = 'CaveStoryRandomizer',
-- excludeFileList = {
-- -- '.+%.ase',
-- },
-- compile = false,
-- releaseDirectory = 'releases',
-- }
t.releases = {
-- This is the name of the zip archive which contains your game.
title = 'Cave Story Randomizer',
-- This is the name of your game's executable.
package = 'Cave Story Randomizer',
loveVersion = '11.1',
version = nil,
author = 'shru',
email = nil,
description = nil,
homepage = 'https://shru.itch.io/cave-story-randomizer',
-- MacOS needs this.
identifier = 'CaveStoryRandomizer',
excludeFileList = {
},
compile = false,
releaseDirectory = 'releases',
}
end