# HG changeset patch # User Adrianna PiƄska # Date 1252012504 0 # Node ID 3381af605912a0fa3ea5fc1ec8e36f95e11e0c1d # Parent 3afdefacb07fd01c62201d97c97d32bd4707de2b game over splash screens diff -r 3afdefacb07f -r 3381af605912 data/icons/killed_fox.svg --- a/data/icons/killed_fox.svg Thu Sep 03 21:09:49 2009 +0000 +++ b/data/icons/killed_fox.svg Thu Sep 03 21:15:04 2009 +0000 @@ -49,10 +49,10 @@ inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" - inkscape:window-width="1280" - inkscape:window-height="1007" + inkscape:window-width="1278" + inkscape:window-height="1002" inkscape:window-x="0" - inkscape:window-y="0" /> + inkscape:window-y="331" /> @@ -69,103 +69,106 @@ inkscape:groupmode="layer" id="layer1" transform="translate(-309.81448,-428.29223)"> - - - - - - - - + id="g2636"> + + + + + + + + - - + inkscape:transform-center-y="-7.7409326" + inkscape:transform-center-x="29.597688" + transform="matrix(1.2,0,0,1.2,-63.741626,-104.49001)" + id="g3215"> + + + + + + + + + + + + - - - - - - - - diff -r 3afdefacb07f -r 3381af605912 data/images/gameover_lose.png Binary file data/images/gameover_lose.png has changed diff -r 3afdefacb07f -r 3381af605912 data/images/gameover_lose.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data/images/gameover_lose.svg Thu Sep 03 21:15:04 2009 +0000 @@ -0,0 +1,374 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + YOULOSE + + diff -r 3afdefacb07f -r 3381af605912 data/images/gameover_win.png Binary file data/images/gameover_win.png has changed diff -r 3afdefacb07f -r 3381af605912 data/images/gameover_win.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data/images/gameover_win.svg Thu Sep 03 21:15:04 2009 +0000 @@ -0,0 +1,1585 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + YOUWIN + + diff -r 3afdefacb07f -r 3381af605912 regenerate-pngs.py --- a/regenerate-pngs.py Thu Sep 03 21:09:49 2009 +0000 +++ b/regenerate-pngs.py Thu Sep 03 21:15:04 2009 +0000 @@ -67,3 +67,5 @@ for name, width, height in sprites: process_sprite(name, width, height, sprite_path) process_sprite("splash", 800, 600, image_path) + process_sprite("gameover_win", 800, 600, image_path) + process_sprite("gameover_lose", 800, 600, image_path)