Version 0.9.6.1 - Alpha (see changelog.txt)

This commit is contained in:
Kenny Shields 2013-08-12 10:00:43 -04:00
parent 81837c0095
commit a095495209
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
================================================
Version 0.9.6.1 - Alpha (August 12 - 2013)
================================================
[FIXED] blue stock skin setting an invalid image directory in its skin file
================================================ ================================================
Version 0.9.6 - Alpha (August 12 - 2013) Version 0.9.6 - Alpha (August 12 - 2013)
================================================ ================================================

View File

@ -11,7 +11,7 @@ loveframes = {}
-- library info -- library info
loveframes.info = {} loveframes.info = {}
loveframes.info.author = "Kenny Shields" loveframes.info.author = "Kenny Shields"
loveframes.info.version = "0.9.6" loveframes.info.version = "0.9.6.1"
loveframes.info.stage = "Alpha" loveframes.info.stage = "Alpha"
-- library configurations -- library configurations

View File

@ -10,7 +10,6 @@ local skin = {}
skin.name = "Blue" skin.name = "Blue"
skin.author = "Nikolai Resokav" skin.author = "Nikolai Resokav"
skin.version = "1.0" skin.version = "1.0"
skin.imagedir = "blue/images"
local smallfont = love.graphics.newFont(10) local smallfont = love.graphics.newFont(10)
local imagebuttonfont = love.graphics.newFont(15) local imagebuttonfont = love.graphics.newFont(15)