Update PuppetView.tsx

This commit is contained in:
Ada
2026-02-07 01:11:53 -08:00
parent 6ac492983a
commit f0768a5945

View File

@@ -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,