Fixing Scratch Glitch

Timer change might help.
This commit is contained in:
Xavier 2015-05-24 21:01:13 -04:00
parent 0f622cfe27
commit 4e91128ab8

View file

@ -39,7 +39,7 @@ PET_MOVIE_CLEAR = 0
PET_MOVIE_START = 1
PET_MOVIE_COMPLETE = 2
PET_MOVIE_FEED = 3
PET_MOVIE_SCRATCH = 4
PET_MOVIE_SCRATCH = 3
PET_MOVIE_CALL = 5
FEED_TIME = 10.0
SCRATCH_TIME = 8.042