Worldmap now supports an additional level sprite action that indicates completion...
authorLMH <lmh.0013@gmail.com>
Tue, 3 Sep 2013 03:01:16 +0000 (17:01 -1000)
committerTobias Markus <tobbi@mozilla-uk.org>
Sat, 26 Oct 2013 16:45:20 +0000 (18:45 +0200)
commitff8457f8f8516212e7a1749d88416806b54dae14
treee05582ea392b9eff8b6316cf36290dcdcd7c3b0b
parent21b7863a01010be9a481449c516d84131ae8c379
Worldmap now supports an additional level sprite action that indicates completion of all level stats.

A potential future improvement to this mechanism would be adding an optional "target_time" to levels which needs to be reached before the level is marked as "perfect".

Note that this change will cause a one-time reset of all level stats- sorry.
15 files changed:
WHATSNEW.txt
data/images/worldmap/common/bonusdot.sprite
data/images/worldmap/common/hiddendot.sprite
data/images/worldmap/common/leveldot.sprite
data/images/worldmap/common/leveldot_green_perfect-0.png [new file with mode: 0644]
data/images/worldmap/common/leveldot_green_perfect-1.png [new file with mode: 0644]
data/images/worldmap/common/leveldot_green_perfect-2.png [new file with mode: 0644]
data/images/worldmap/common/leveldot_green_perfect-3.png [new file with mode: 0644]
data/images/worldmap/common/shroom.sprite
src/supertux/statistics.cpp
src/supertux/statistics.hpp
src/worldmap/level.cpp
src/worldmap/level.hpp
src/worldmap/tux.cpp
src/worldmap/worldmap.cpp