mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-09 00:14:37 +00:00
t.released uncommented. oops!
This commit is contained in:
parent
ea58a3dae8
commit
c1f466af8e
|
@ -5,3 +5,4 @@ Issues
|
|||
------
|
||||
|
||||
- Bubbler (and other weapons?) can't break blocks in the First Cave.
|
||||
- Unable to create /data/Stage directories.
|
||||
|
|
37
src/conf.lua
37
src/conf.lua
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue