mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-22 14:53:00 +00:00
fixes whitespace
This commit is contained in:
parent
b97eb73d46
commit
7c8b316da7
|
@ -99,7 +99,7 @@ function C:_seedRngesus()
|
||||||
end
|
end
|
||||||
love.math.setRandomSeed(seed)
|
love.math.setRandomSeed(seed)
|
||||||
logNotice(('Offering seed "%s" to RNGesus' ):format(seed))
|
logNotice(('Offering seed "%s" to RNGesus' ):format(seed))
|
||||||
end
|
end
|
||||||
|
|
||||||
function C:_createTscFiles(dirStage)
|
function C:_createTscFiles(dirStage)
|
||||||
local tscFiles = {}
|
local tscFiles = {}
|
||||||
|
|
Loading…
Reference in a new issue