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 EYE_SIZE = 10;
|
||||
const EYE_SIZE = 18;
|
||||
const EYE_OFFSET_X = 18;
|
||||
const EYE_OFFSET_Y = -8;
|
||||
|
||||
@@ -300,9 +300,9 @@ const styles = StyleSheet.create({
|
||||
eyeLeft: { marginRight: EYE_OFFSET_X },
|
||||
eyeRight: { marginLeft: EYE_OFFSET_X },
|
||||
eyeSparkle: {
|
||||
width: 3,
|
||||
height: 3,
|
||||
borderRadius: 1.5,
|
||||
width: 6,
|
||||
height: 6,
|
||||
borderRadius: 3,
|
||||
backgroundColor: '#fff',
|
||||
position: 'absolute',
|
||||
top: 1,
|
||||
|
||||
Reference in New Issue
Block a user