diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-03 20:03:01 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-09-03 20:03:01 +0000 |
| commit | 53da3f0d40ff9eb171b3d8eaaeed148e9ddd2f8b (patch) | |
| tree | d9014120bd015f7e3fcc4f2cf997321ba0494b70 /datasrc | |
| parent | 37f3fa6c6efe231d5a172dbee6a50d63bf42b910 (diff) | |
| download | zcatch-53da3f0d40ff9eb171b3d8eaaeed148e9ddd2f8b.tar.gz zcatch-53da3f0d40ff9eb171b3d8eaaeed148e9ddd2f8b.zip | |
added favorites. no saving of them yet however
Diffstat (limited to 'datasrc')
| -rw-r--r-- | datasrc/content.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/datasrc/content.py b/datasrc/content.py index 3a2bfe35..59cb98b4 100644 --- a/datasrc/content.py +++ b/datasrc/content.py @@ -359,9 +359,7 @@ container.sprites.Add(Sprite("blank2", set_emoticons, 3, 3, 1, 1)) container.sprites.Add(Sprite("browse_lock", set_browseicons, 0,0,1,1)) -container.sprites.Add(Sprite("browse_progress1", set_browseicons, 1,0,1,1)) -container.sprites.Add(Sprite("browse_progress2", set_browseicons, 2,0,1,1)) -container.sprites.Add(Sprite("browse_progress3", set_browseicons, 3,0,1,1)) +container.sprites.Add(Sprite("browse_heart", set_browseicons, 1,0,1,1)) anim = Animation("base") anim.body.frames.Add(AnimKeyframe(0, 0, -4, 0)) |