mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fixing Scratch Glitch
Timer change might help.
This commit is contained in:
parent
0f622cfe27
commit
4e91128ab8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue