Skip to content

Commit

Permalink
Add snow (white) fox
Browse files Browse the repository at this point in the history
  • Loading branch information
nikelasi committed Dec 10, 2022
1 parent 46b3ce2 commit b58ae56
Show file tree
Hide file tree
Showing 9 changed files with 2,732 additions and 2,522 deletions.
Binary file added media/fox/white_idle_8fps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/fox/white_lie_8fps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/fox/white_run_8fps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/fox/white_swipe_8fps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/fox/white_walk_8fps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/fox/white_walk_fast_8fps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/fox/white_with_ball_8fps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,252 changes: 2,731 additions & 2,521 deletions media/main-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/panel/pets/fox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { States } from '../states';

export class Fox extends BasePetType {
label = 'fox';
static possibleColors = [PetColor.orange];
static possibleColors = [PetColor.orange, PetColor.white];
sequence = {
startingState: States.sitIdle,
sequenceStates: [
Expand Down

0 comments on commit b58ae56

Please sign in to comment.