/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;
18
19
    Entity *dark;
36
37
 
37
38
    SpriteAnimation *sprite;
38
39
    AudioDeck *skitter1;
 
40
    AudioAsset *alert;
39
41
 
40
42
    int const FRICTION;
41
43
    float const MAXSPEED;