/traderous

To get this branch, use:
bzr branch http://9ix.org/bzr/traderous

« back to all changes in this revision

Viewing changes to planet.lua

  • Committer: Josh C
  • Date: 2013-06-16 03:50:45 UTC
  • Revision ID: josh@9ix.org-20130616035045-l5nd2aa0m30gk20x
clean up some old code, put planet indicators in planet class

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                   end
75
75
 
76
76
                end,
77
 
   onCollide = function (self, other)
78
 
                  if other:instanceOf(Bullet) then
79
 
                     the.bullets:remove(other)
80
 
                     other:die()
81
 
                  end
82
 
               end
83
77
}
 
 
b'\\ No newline at end of file'