pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] Issue 59 in pingus: group tag should use a property list


From: pingus
Subject: [Pingus-CVS] Issue 59 in pingus: group tag should use a property list
Date: Sat, 17 Sep 2011 10:58:17 +0000

Status: Accepted
Owner: address@hidden
Labels: Type-Defect Priority-Medium Milestone-0.8.0 Component-Engine

New issue 59 by address@hidden: group tag should use a property list
http://code.google.com/p/pingus/issues/detail?id=59

The (group) tag currently directly inserts the objects, like this:

    (group
      (groundpiece
        (type "ground")
        (surface

It should instead use a regular subtag to allow further meta information:

    (group
      (objects
        (groundpiece
          (type "ground")
          (surface





reply via email to

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