# HG changeset patch # User Adrianna PiƄska # Date 1315760060 -7200 # Node ID c26e362959018a283108ac1a60e6ce4526b2c195 # Parent f894666defc768bf55e530364f9b2937b87fcf3d colours for overlaying with multiply diff -r f894666defc7 -r c26e36295901 data/tiles/common/blue.png Binary file data/tiles/common/blue.png has changed diff -r f894666defc7 -r c26e36295901 data/tiles/common/red.png Binary file data/tiles/common/red.png has changed diff -r f894666defc7 -r c26e36295901 data/tiles/common/yellow.png Binary file data/tiles/common/yellow.png has changed diff -r f894666defc7 -r c26e36295901 scripts/make_pngs.sh --- a/scripts/make_pngs.sh Sun Sep 11 18:51:09 2011 +0200 +++ b/scripts/make_pngs.sh Sun Sep 11 18:54:20 2011 +0200 @@ -4,7 +4,7 @@ svgdir=source/svg pngdir=data/tiles -for subdir in common/snake lab +for subdir in common common/snake lab do for x in $svgdir/$subdir/*.svg do diff -r f894666defc7 -r c26e36295901 source/svg/common/blue.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source/svg/common/blue.svg Sun Sep 11 18:54:20 2011 +0200 @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff -r f894666defc7 -r c26e36295901 source/svg/common/red.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source/svg/common/red.svg Sun Sep 11 18:54:20 2011 +0200 @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff -r f894666defc7 -r c26e36295901 source/svg/common/yellow.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source/svg/common/yellow.svg Sun Sep 11 18:54:20 2011 +0200 @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + +