pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] Issue 139 in pingus: Multiplayer support: Players 1, 2, 3 m


From: pingus
Subject: [Pingus-CVS] Issue 139 in pingus: Multiplayer support: Players 1, 2, 3 missing Pingus image files
Date: Tue, 08 Apr 2014 09:14:10 +0000

Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 139 by address@hidden: Multiplayer support: Players 1, 2, 3 missing Pingus image files
http://code.google.com/p/pingus/issues/detail?id=139

What steps will reproduce the problem?
1. Play the multi1-grumbel or multi2-grumbel levels

What is the expected output? What do you see instead?

Pingus distinguished by colour, able to use any exit.

Pingus images missing for players 1-3. Pingus from players 1-3 can not exit.

What version of the product are you using? On what operating system?

git 20140408 (latest) on Mac OS X.

Please provide any additional information below.

ImageMagick can be used to automatically generate coloured pingu images from the existing black ones:

First, replace data/images/pingus player1, player2, player3 with copies of player0 (the image files are missing and the sprite scripts are outdated).

Then, run the following imagemagick commands:

mogrify -format png -fill crimson -opaque black -fuzz 40% player1/*.png
mogrify -format png -fill green -opaque black -fuzz 40% player2/*.png
mogrify -format png -fill blue -opaque black -fuzz 40% player3/*.png

You may choose whatever colours you like from the list at the bottom of this page:
http://www.imagemagick.org/ImageMagick-7.0.0/script/color.php


Attachments:
        slider.png  1.2 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]