diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-07-24 12:45:52 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-07-24 12:45:52 +0300 |
commit | c9e615bde476d33e036ff25d07355c670e86f6e7 (patch) | |
tree | c9105356f20dc51d6929c4a1cd1ba531410475ef /src | |
parent | 20fa7412c8bedcc227b95e91eedba436001da755 (diff) | |
download | minetest-c9e615bde476d33e036ff25d07355c670e86f6e7.tar.gz minetest-c9e615bde476d33e036ff25d07355c670e86f6e7.tar.bz2 minetest-c9e615bde476d33e036ff25d07355c670e86f6e7.zip |
Updated the texture atlas a bit
Diffstat (limited to 'src')
-rw-r--r-- | src/tile.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tile.cpp b/src/tile.cpp index 27f86c732..9f6a6eb72 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -518,13 +518,11 @@ void TextureSource::buildMainAtlas() sourcelist.push_back("cobble.png"); sourcelist.push_back("mossycobble.png"); sourcelist.push_back("gravel.png"); + sourcelist.push_back("cactus.png"); + sourcelist.push_back("jungletree.png"); sourcelist.push_back("stone.png^mineral_coal.png"); sourcelist.push_back("stone.png^mineral_iron.png"); - sourcelist.push_back("mud.png^mineral_coal.png"); - sourcelist.push_back("mud.png^mineral_iron.png"); - sourcelist.push_back("sand.png^mineral_coal.png"); - sourcelist.push_back("sand.png^mineral_iron.png"); // Padding to disallow texture bleeding s32 padding = 16; |