/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-19 16:17:11 UTC
  • Revision ID: josh@9ix.org-20110919161711-uy03f0x3g8l0waxu
much level changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    Vector2 direction;
35
35
    float aiTime;
36
36
    float noiseTime;
 
37
    float graceTime;
37
38
    std::string state;
38
39
    float maxspeed;
39
40
 
41
42
    AudioDeck *skitter1;
42
43
    AudioAsset *alert;
43
44
    AudioDeck *sniff;
 
45
    AudioAsset *freakout;
44
46
 
45
47
    int const FRICTION;
46
48
    int const ACCELERATION;