Added a function to add gradient properties to cells when applying a

heightmap, and, in doing so, added a potentially useful generalised function
for mapping onto two dimensional arrays. Needs testing!
This commit is contained in:
Simon Brooke 2014-07-25 09:49:44 +01:00
parent 8e38dc5f87
commit e48ad3f891
3 changed files with 49 additions and 13 deletions

View file

@ -116,6 +116,7 @@ do
then
lein ring uberwar
sudo cp target/microworld.war /var/lib/tomcat7/webapps
echo "Deployed new WAR file to local Tomcat"
fi
popd
done