animation.py 67B

12345
  1. # coding: utf-8
  2. ANIMATION_WALK = 'WALK'
  3. ANIMATION_CRAWL = 'CRAWL'