/traderous

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

« back to all changes in this revision

Viewing changes to pause_view.lua

  • Committer: Josh C
  • Date: 2013-06-30 22:36:26 UTC
  • Revision ID: josh@9ix.org-20130630223626-pgya1z6raymhzj2v
5-7 planets, tweak some goods

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
                 },
78
78
                 onMouseUp = function()
79
79
                                self:close()
80
 
                                the.app.view = GameView:new()
 
80
                                the.app.view = GameView:new{newWorld = true}
81
81
                             end
82
82
              }
83
83