/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 18:28:31 UTC
  • Revision ID: josh@9ix.org-20110918182831-w01844h80jb8r2y0
stalker moves slow and sniffs (and doesn't scuttle)

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;
38
37
    std::string state;
39
38
    float maxspeed;
40
39
 
42
41
    AudioDeck *skitter1;
43
42
    AudioAsset *alert;
44
43
    AudioDeck *sniff;
45
 
    AudioAsset *freakout;
46
 
    AudioAsset *chomp;
47
44
 
48
45
    int const FRICTION;
49
46
    int const ACCELERATION;