/traderous

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-06-30 14:59:35 UTC
  • Revision ID: josh@9ix.org-20130630145935-y34o51cg3lsom5bg
"safe" zone on planets - no new enemies will track you if you're there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
require 'pause_view'
23
23
require 'game_over'
24
24
require 'names'
25
 
require 'good'
26
25
 
27
26
util = {
28
27
   signOf = function(value)
80
79
                                 })
81
80
                 end
82
81
 
83
 
                 Good:stockPlanets()
84
 
 
85
82
                 -- build fresh player
86
83
                 local player = SpacePlayer:new{x=the.bg.width / 2, y=the.bg.height / 2}
87
84
                 the.player = player