/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:32:26 UTC
  • Revision ID: josh@9ix.org-20110917033226-h7qh4w1plypy7wk0
square moving around the screen

Show diffs side-by-side

added added

removed removed

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