diff options
| author | Sarah B <git@sarahduck.ca> | 2023-12-24 22:58:59 -0800 |
|---|---|---|
| committer | Sarah B <git@sarahduck.ca> | 2023-12-24 22:58:59 -0800 |
| commit | 760fb20f4d248d19524392d2b8c3a3fcdb762453 (patch) | |
| tree | afa33078b167e619547b000d0cc225504a6cc4e6 /Oneko.cs | |
| parent | 0bd51a156b56f661c794782e77c67d616d39f333 (diff) | |
AI Tweaks
Diffstat (limited to 'Oneko.cs')
| -rw-r--r-- | Oneko.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ abstract class Oneko : Drawable static protected readonly OnekoAnimation Idle = new(Idle1, Idle1, 1); static protected readonly OnekoAnimation Alert = new(Alert1, Alert1, 1); static protected readonly OnekoAnimation Yawn = new(Yawn1, Yawn1, 1); - static protected readonly OnekoAnimation Clean = new(Clean1, Clean1, 1); + static protected readonly OnekoAnimation Clean = new(Idle1, Clean1, 1); static protected readonly OnekoAnimation ScratchSelf = new(Scratch1, Scratch2, 1); static protected readonly OnekoAnimation Sleep = new(Sleep1, Sleep2, 10); static protected readonly OnekoAnimation RunUp = new(RunUp1, RunUp2, 1); |
