Update PuppetView.tsx
This commit is contained in:
@@ -225,7 +225,7 @@ export function PuppetView({ action, isTalking }: PuppetViewProps) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const BODY_SIZE = PUPPET_SIZE * 0.9;
|
const BODY_SIZE = PUPPET_SIZE * 0.9;
|
||||||
const EYE_SIZE = 10;
|
const EYE_SIZE = 18;
|
||||||
const EYE_OFFSET_X = 18;
|
const EYE_OFFSET_X = 18;
|
||||||
const EYE_OFFSET_Y = -8;
|
const EYE_OFFSET_Y = -8;
|
||||||
|
|
||||||
@@ -300,9 +300,9 @@ const styles = StyleSheet.create({
|
|||||||
eyeLeft: { marginRight: EYE_OFFSET_X },
|
eyeLeft: { marginRight: EYE_OFFSET_X },
|
||||||
eyeRight: { marginLeft: EYE_OFFSET_X },
|
eyeRight: { marginLeft: EYE_OFFSET_X },
|
||||||
eyeSparkle: {
|
eyeSparkle: {
|
||||||
width: 3,
|
width: 6,
|
||||||
height: 3,
|
height: 6,
|
||||||
borderRadius: 1.5,
|
borderRadius: 3,
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 1,
|
top: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user