summaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-29 18:30:34 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-29 18:30:34 +0300
commit67529acf5f3470eb5516cc66e79eecc38a47c797 (patch)
tree32de9b19c3623fe0a24770102fa9b78c385108ab /src/tile.cpp
parent59af97710a10be313bae2ede65e7c0787bec1a7f (diff)
downloadminetest-67529acf5f3470eb5516cc66e79eecc38a47c797.tar.gz
minetest-67529acf5f3470eb5516cc66e79eecc38a47c797.tar.bz2
minetest-67529acf5f3470eb5516cc66e79eecc38a47c797.zip
added cobblestone to the texture atlas
Diffstat (limited to 'src/tile.cpp')
-rw-r--r--src/tile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index 1f4456653..e65e92b7e 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -477,6 +477,7 @@ void TextureSource::buildMainAtlas()
sourcelist.push_back("water.png");
sourcelist.push_back("leaves.png");
sourcelist.push_back("mud.png^grass_side.png");
+ sourcelist.push_back("cobble.png");
sourcelist.push_back("stone.png^mineral_coal.png");
sourcelist.push_back("stone.png^mineral_iron.png");