From: Ingo Ruhnke Date: Sun, 25 Apr 2004 12:29:23 +0000 (+0000) Subject: - added new worldmap tux X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=21413e508c719d679fd60dd597e4e13423ef9631;p=supertux.git - added new worldmap tux SVN-Revision: 696 --- diff --git a/data/images/worldmap/tux.png b/data/images/worldmap/tux.png index bfa5ac885..ba6e52e77 100644 Binary files a/data/images/worldmap/tux.png and b/data/images/worldmap/tux.png differ diff --git a/src/worldmap.cpp b/src/worldmap.cpp index facad2f2a..0a3af9f21 100644 --- a/src/worldmap.cpp +++ b/src/worldmap.cpp @@ -169,7 +169,7 @@ Tux::draw(const Point& offset) { Point pos = get_pos(); sprite->draw(pos.x + offset.x, - pos.y + offset.y); + pos.y + offset.y - 10); }