mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Version 0.9.6.1 - Alpha (see changelog.txt)
This commit is contained in:
parent
81837c0095
commit
a095495209
@ -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)
|
||||||
================================================
|
================================================
|
||||||
|
2
init.lua
2
init.lua
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user