Comment #2 on issue 139 by timothy....@gmail.com: 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

_______________________________________________
pingus-cvs mailing list
pingus-cvs@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pingus-cvs

Reply via email to