/minild29

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

« back to all changes in this revision

Viewing changes to Dark.h

  • Committer: Josh C
  • Date: 2011-09-17 03:13:10 UTC
  • Revision ID: josh@9ix.org-20110917031310-jb649nt8e2xy0i6k
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
    SpriteAnimation *sprite;
19
19
 
20
 
    int const FRICTION;
21
 
    float const MAXSPEED;
22
 
    int const ACCELERATION;    
 
20
    float const VELOCITY;
23
21
  };
24
22
 
25
23
  class DarkScene : public Scene