/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to pause_view.lua

  • Committer: Josh C
  • Date: 2013-06-25 18:23:38 UTC
  • Revision ID: josh@9ix.org-20130625182338-gkx8evr4z93zh9x7
load/save (not working yet)

Show diffs side-by-side

added added

removed removed

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