/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-18 03:38:46 UTC
  • Revision ID: josh@9ix.org-20110918033846-f2unltomwd0ula81
alert noise

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;
16
17
 
17
18
    SpriteAnimation *sprite;
 
19
    Entity *dark;
18
20
    AudioDeck *footsteps;
19
21
 
20
22
    int const FRICTION;
35
37
 
36
38
    SpriteAnimation *sprite;
37
39
    AudioDeck *skitter1;
 
40
    AudioAsset *alert;
38
41
 
39
42
    int const FRICTION;
40
43
    float const MAXSPEED;
49
52
    void Update();
50
53
 
51
54
    LevelEditor *levelEditor;
 
55
    
 
56
    Player *player;
52
57
  };
53
58
 
54
59
  class Text: public Entity