Skip to content

Commit 9c80df0

Browse files
Merge pull request #232 from code-dot-org/remove-eyelashes
Remove eyes with eyelashes
2 parents 9a55f31 + fbc4023 commit 9c80df0

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

public/images/fish/eyes/eyes8.png

-677 Bytes
Binary file not shown.

src/utils/fishData.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ import eyes4_image from '../../public/images/fish/eyes/eyes4.png';
8585
import eyes5_image from '../../public/images/fish/eyes/eyes5.png';
8686
import eyes6_image from '../../public/images/fish/eyes/eyes6.png';
8787
import eyes7_image from '../../public/images/fish/eyes/eyes7.png';
88-
import eyes8_image from '../../public/images/fish/eyes/eyes8.png';
8988
import eyes9_image from '../../public/images/fish/eyes/eyes9.png';
9089
import small_1_image from '../../public/images/fish/eyes/small_1.png';
9190

@@ -149,7 +148,7 @@ export const BodyShape = Object.freeze({
149148

150149
export const FieldType = Object.freeze({
151150
ATTRIBUTE: 'attribute', // Means the field came from the "knnData"
152-
ID: 'id', // Means the field is a one-hot encoded boolean value corresponding to an ID for a part variation
151+
ID: 'id' // Means the field is a one-hot encoded boolean value corresponding to an ID for a part variation
153152
});
154153

155154
const fishComponents = {
@@ -576,17 +575,6 @@ const fishComponents = {
576575
AppMode.FishShort
577576
]
578577
},
579-
eyes8: {
580-
src: eyes8_image,
581-
knnData: [899, 1.4453376205787782],
582-
type: FishBodyPart.EYE,
583-
exclusions: [
584-
AppMode.FishVTrash,
585-
AppMode.CreaturesVTrashDemo,
586-
AppMode.CreaturesVTrash,
587-
AppMode.FishShort
588-
]
589-
},
590578
eyes9: {
591579
src: eyes9_image,
592580
knnData: [732, 1.6944444444444444],

0 commit comments

Comments
 (0)