[Super-tux-commit] supertux/data/images/tilesets easteregg.png,NONE,1.1 supertux.stgt,1.66,1.67
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2005-01-16 18:10:47
|
Update of /cvsroot/super-tux/supertux/data/images/tilesets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25544/data/images/tilesets Modified Files: supertux.stgt Added Files: easteregg.png Log Message: Easter Egg Demo Level: remember that guy from IRC who wanted to implement the HL2 physics engine into supertux? i made an easteregg about that which i'm going to put into one of the forest levels (if you like it). :-) go through the door in easteregg.stl to see an interesting bug. Other Changes: added object factory to secretarea to make it work again fixed typo in object_factory.h --- NEW FILE: easteregg.png --- (This appears to be a binary file; contents omitted.) Index: supertux.stgt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- supertux.stgt 28 Nov 2004 15:40:44 -0000 1.66 +++ supertux.stgt 16 Jan 2005 18:10:37 -0000 1.67 @@ -4687,4 +4687,9 @@ (solid #t) (editor-images "bonus-invisible.png") ) + (tile + (id 1312) + (solid #t) + (images "easteregg.png") + ) ) |