Flesh out the intro scene some more.
authorMathnerd314 <mathnerd314.gph+hs@gmail.com>
Sun, 3 Aug 2014 17:47:10 +0000 (19:47 +0200)
committerMathnerd314 <mathnerd314.gph+hs@gmail.com>
Sun, 3 Aug 2014 17:47:10 +0000 (19:47 +0200)
commitdae274f7bc4ae7914207586dd7e7b1cfc5f3a98f
tree399132622f37e7a15d70b7a4727db0a92a48ce1f
parent5c8bc800edb8be4dffc9e3a2a1f023a792362bdf
Flesh out the intro scene some more.
* Tux actually does stuff during the music
* Dialogue

Also some misc. tweaks to silence GCC warnings (parser.cpp and main.cpp)
data/images/engine/menu/logo.sprite [new file with mode: 0644]
data/images/tiles/signs/right.sprite [new file with mode: 0644]
data/levels/world1/intro.nut
data/levels/world1/intro.stl
src/lisp/parser.cpp
src/object/player.cpp
src/object/player.hpp
src/object/scripted_object.cpp
src/scripting/player.hpp
src/scripting/wrapper.cpp
src/supertux/main.cpp