Spaces:
Sleeping
Sleeping
Remove emojis
Browse files
src/components/Character.tsx
CHANGED
@@ -101,9 +101,7 @@ export const Character = ({
|
|
101 |
animationSpeed={speed}
|
102 |
anchor={{ x: 0.5, y: 0.5 }}
|
103 |
/>
|
104 |
-
|
105 |
-
<Text x={0} y={-24} scale={{ x: -0.8, y: 0.8 }} text={emoji} anchor={{ x: 0.5, y: 0.5 }} />
|
106 |
-
)}
|
107 |
</Container>
|
108 |
);
|
109 |
};
|
|
|
101 |
animationSpeed={speed}
|
102 |
anchor={{ x: 0.5, y: 0.5 }}
|
103 |
/>
|
104 |
+
|
|
|
|
|
105 |
</Container>
|
106 |
);
|
107 |
};
|