- Minimalistic V1 is now the default skin again.

- Few improvements on skins.
- Create custom spell for Living Bomb explosion.
This commit is contained in:
Tercio
2015-01-28 21:38:54 -02:00
parent 1c208a059a
commit 69a6f944de
15 changed files with 444 additions and 268 deletions
+1 -1
View File
@@ -1261,7 +1261,7 @@ end
new_instance:ShowSideBars()
new_instance.skin = "no skin"
new_instance:ChangeSkin ("Minimalistic v2")
new_instance:ChangeSkin (_detalhes.default_skin_to_use)
--> apply standard skin if have one saved
--[[
+1 -1
View File
@@ -90,7 +90,7 @@ end
_detalhes.instance_defaults = {
--skin
skin = "Minimalistic v2",
skin = _detalhes.default_skin_to_use,
--scale
window_scale = 1.0,
libwindow = {},