/spacey

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-05-09 01:26:36 UTC
  • Revision ID: josh@9ix.org-20130509012636-1hgzcgai2xtj0lfw
dead zone with no acceleration

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
require 'zoetrope'
5
5
--__ = require 'underscore'
 
6
vector = require 'vector'
6
7
 
7
8
require 'version'
8
9
require 'player'
37
38
 
38
39
              self:add(Enemy:new{x=400, y=300})
39
40
 
40
 
              self:add(Cursor:new())
 
41
              the.cursor = Cursor:new()
 
42
              self:add(the.cursor)
41
43
 
42
44
              love.mouse.setGrab(true)
43
45
              love.mouse.setVisible(false)