/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-06-26 00:45:08 UTC
  • Revision ID: josh@9ix.org-20130626004508-6in13i6vjpu77els
give planets names

Show diffs side-by-side

added added

removed removed

72
72
                                    x = planet.x,
73
73
                                    y = planet.y,
74
74
                                    rotation = planet.rotation,
75
 
                                    goods = planet.goods
 
75
                                    goods = planet.goods,
 
76
                                    name = planet.name
76
77
                                 })
77
78
                 end
78
79