Revamped graphics + mipmaps
-New graphics (ore, icons, technology) -New mod icon -Added mipmaps to icon -changelog updated -file cleanup (old files in a folder, isolated tech and stacked) -version bumped to 0.10.0
This commit is contained in:
parent
44aaa9252f
commit
2698896358
59 changed files with 32 additions and 26 deletions
|
|
@ -24,7 +24,7 @@ if mods["space-exploration"] then
|
|||
},
|
||||
icons =
|
||||
{
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64, icon_mipmaps = 3 },
|
||||
{ icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}},
|
||||
},
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ if mods["space-exploration"] then
|
|||
},
|
||||
icons =
|
||||
{
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64, icon_mipmaps = 3,},
|
||||
{ icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue