/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 23:48:52 UTC
  • Revision ID: josh@9ix.org-20130630234852-rja5zhlmup3cp0tm
award bounty

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