- Minimalistic V1 is now the default skin again.
- Few improvements on skins. - Create custom spell for Living Bomb explosion.
This commit is contained in:
@@ -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
|
||||
--[[
|
||||
|
||||
@@ -90,7 +90,7 @@ end
|
||||
_detalhes.instance_defaults = {
|
||||
|
||||
--skin
|
||||
skin = "Minimalistic v2",
|
||||
skin = _detalhes.default_skin_to_use,
|
||||
--scale
|
||||
window_scale = 1.0,
|
||||
libwindow = {},
|
||||
|
||||
Reference in New Issue
Block a user