Skip to content

Commit

Permalink
feat: [#176] Added images, selectors and faces of NS characters
Browse files Browse the repository at this point in the history
  • Loading branch information
annabranco committed Mar 4, 2021
1 parent e2a04ab commit 23e0d24
Show file tree
Hide file tree
Showing 50 changed files with 19 additions and 16 deletions.
Binary file removed src/assets/images/selectors/selector-debra.png
Binary file not shown.
Binary file removed src/assets/images/selectors/selector-duke.png
Binary file not shown.
Binary file removed src/assets/images/selectors/selector-ruiz.png
Binary file not shown.
Binary file removed src/assets/images/selectors/selector-tommy.png
Binary file not shown.
Binary file added src/assets/images/survivors/anya.png
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 src/assets/images/survivors/billcash.png
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 src/assets/images/survivors/bob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/survivors/clara-face.png
Binary file not shown.
Binary file added src/assets/images/survivors/clara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/survivors/debra-face.png
Binary file not shown.
Binary file added src/assets/images/survivors/debra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/survivors/duke-face.png
Binary file not shown.
File renamed without changes
Binary file added src/assets/images/survivors/faces/anya-face.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
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 src/assets/images/survivors/faces/bob-face.png
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 src/assets/images/survivors/faces/clara-face.png
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 src/assets/images/survivors/faces/debra-face.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added src/assets/images/survivors/faces/krys-face.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/assets/images/survivors/faces/ruiz-face.png
File renamed without changes
Binary file added src/assets/images/survivors/krys.png
Binary file removed src/assets/images/survivors/ruiz-face.png
Diff not rendered.
Binary file added src/assets/images/survivors/ruiz.png
Binary file added src/assets/images/survivors/sternkova.png
Binary file removed src/assets/images/survivors/tommy-face.png
Diff not rendered.
35 changes: 19 additions & 16 deletions src/setup/characters.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,25 @@ import Phil from '../assets/images/survivors/phil.png';
import Wanda from '../assets/images/survivors/wanda.png';
import Josh from '../assets/images/survivors/josh.png';
import Doug from '../assets/images/survivors/doug.png';
import AmyFace from '../assets/images/survivors/amy-face.png';
import BenFace from '../assets/images/survivors/ben-face.png';
import MaryFace from '../assets/images/survivors/mary-face.png';
import NedFace from '../assets/images/survivors/ned-face.png';
import PhilFace from '../assets/images/survivors/phil-face.png';
import WandaFace from '../assets/images/survivors/wanda-face.png';
import JoshFace from '../assets/images/survivors/josh-face.png';
import DougFace from '../assets/images/survivors/doug-face.png';
import SelectorAmy from '../assets/images/selectors/selector-amy.png';
import SelectorBen from '../assets/images/selectors/selector-ben.png';
import SelectorMary from '../assets/images/selectors/selector-mary.png';
import SelectorNed from '../assets/images/selectors/selector-ned.png';
import SelectorPhil from '../assets/images/selectors/selector-phil.png';
import SelectorWanda from '../assets/images/selectors/selector-wanda.png';
import SelectorJosh from '../assets/images/selectors/selector-josh.png';
import SelectorDoug from '../assets/images/selectors/selector-doug.png';

import AmyFace from '../assets/images/survivors/faces/amy-face.png';
import BenFace from '../assets/images/survivors/faces/ben-face.png';
import MaryFace from '../assets/images/survivors/faces/mary-face.png';
import NedFace from '../assets/images/survivors/faces/ned-face.png';
import PhilFace from '../assets/images/survivors/faces/phil-face.png';
import WandaFace from '../assets/images/survivors/faces/wanda-face.png';
import JoshFace from '../assets/images/survivors/faces/josh-face.png';
import DougFace from '../assets/images/survivors/faces/doug-face.png';

import SelectorAmy from '../assets/images/survivors/selectors/selector-amy.png';
import SelectorBen from '../assets/images/survivors/selectors/selector-ben.png';
import SelectorMary from '../assets/images/survivors/selectors/selector-mary.png';
import SelectorNed from '../assets/images/survivors/selectors/selector-ned.png';
import SelectorPhil from '../assets/images/survivors/selectors/selector-phil.png';
import SelectorWanda from '../assets/images/survivors/selectors/selector-wanda.png';
import SelectorJosh from '../assets/images/survivors/selectors/selector-josh.png';
import SelectorDoug from '../assets/images/survivors/selectors/selector-doug.png';

import { FEMALE, MALE } from '../constants';
import { ABILITIES_S1, ABILITIES_S2, ABILITIES_MALL } from './abilities';

Expand Down

0 comments on commit 23e0d24

Please sign in to comment.