datenspuren 2012: replace derbug.png with .../logo/wanzy_bitey.ink.png

This commit is contained in:
Astro 2012-10-02 03:45:05 +02:00
parent b1d15226f3
commit 3081e0601c
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -56,8 +56,8 @@ function Bug() {
this.el = $('<img src="images/derbug.png">');
this.el.css({ position: 'absolute',
width: "32px",
height: "32px"
width: "26px",
height: "26px"
});
$('body').append(this.el);
/*console.log("new bug", this, this.x, this.y);*/