pingus-cvs
[Top][All Lists]
Advanced

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

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


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


Comment #2 on 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

The exits can be fixed by replacing the current exit code with:
(Should this be done in the XML document?)

multi1:

(exit
      (owner-id 0)
      (position 369 329 0)
      (surface
        (image "exits/stone")
        (modifier "ROT0")))
    (exit
      (owner-id 1)
      (position 936 323 0)
      (surface
        (image "exits/stone")
        (modifier "ROT0")))))

multi2:

   (exit
      (owner-id 2)
      (position 473 560 0)
      (surface
        (image "exits/stone")
        (modifier "ROT0")))
    (exit
      (owner-id 0)
      (position 665 562 0)
      (surface
        (image "exits/stone")
        (modifier "ROT0")))
    (exit
      (owner-id 3)
      (position 645 327 0)
      (surface
        (image "exits/stone")
        (modifier "ROT0")))
    (exit
      (owner-id 1)
      (position 480 326 0)
      (surface
        (image "exits/stone")
        (modifier "ROT0")))

--
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]