/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 16:54:23 UTC
  • Revision ID: josh@9ix.org-20110917165423-wflahgpej1hbjowe
harder to see creatures

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    void Update();
14
14
 
15
15
    Vector2 velocity;
16
 
    float noisiness;
17
16
 
18
17
    SpriteAnimation *sprite;
19
 
    Entity *dark;
20
18
    AudioDeck *footsteps;
21
19
 
22
20
    int const FRICTION;
51
49
    void Update();
52
50
 
53
51
    LevelEditor *levelEditor;
54
 
    
55
 
    Player *player;
56
52
  };
57
53
 
58
54
  class Text: public Entity