/traderous

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

« back to all changes in this revision

Viewing changes to trade_view.lua

  • Committer: Josh C
  • Date: 2013-06-16 03:32:01 UTC
  • Revision ID: josh@9ix.org-20130616033201-91uqlfnqa6cgo989
make sure every planet trades something

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
                 the.cursor.visible = false
147
147
                 love.mouse.setVisible(true)
148
148
                 love.mouse.setGrab(false)
149
 
                 love.mouse.setPosition(the.app.width / 2, the.app.height / 2)
150
149
 
151
150
                 Subview.activate(self)
152
151
              end,
154
153
              the.cursor.visible = true
155
154
              love.mouse.setVisible(false)
156
155
              love.mouse.setGrab(true)
157
 
              love.mouse.setPosition(the.app.width / 2, the.app.height / 2)
158
156
 
159
157
              self:deactivate()
160
158
           end,