/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 02:57:09 UTC
  • Revision ID: josh@9ix.org-20130616025709-wt230osrvs3w0scq
status of what player has

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,