/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 21:57:43 UTC
  • Revision ID: josh@9ix.org-20110918215743-5vlccbqee5hqqk9b
I really don't need the source AUPs.  There's enough crap in here 
already.

Show diffs side-by-side

added added

removed removed

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