/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 16:59:41 UTC
  • Revision ID: josh@9ix.org-20110918165941-waswg2xidvf0v04x
player and creature spawners in level editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    float aiTime;
36
36
    float noiseTime;
37
37
    std::string state;
38
 
    float maxspeed;
39
38
 
40
39
    SpriteAnimation *sprite;
41
40
    AudioDeck *skitter1;
42
41
    AudioAsset *alert;
43
 
    AudioDeck *sniff;
 
42
    AudioAsset *stalk;
44
43
 
45
44
    int const FRICTION;
 
45
    float const MAXSPEED;
46
46
    int const ACCELERATION;
47
 
    float const DEFAULT_MAXSPEED;
48
47
    float const STALKSPEED;
49
 
    //float const HUNTSPEED;
 
48
    float const HUNTSPEED;
50
49
  };
51
50
 
52
51
  class Ping : public Entity