pedrohas2000 / pingus

Automatically exported from code.google.com/p/pingus
GNU General Public License v3.0
0 stars 0 forks source link

group tag should use a property list #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 

Original issue reported on code.google.com by grum...@gmail.com on 17 Sep 2011 at 10:57

GoogleCodeExporter commented 9 years ago
This issue was closed by revision e69378eec7c9.

Original comment by grum...@gmail.com on 17 Sep 2011 at 11:31