Update PuppetView.tsx

This commit is contained in:
Ada
2026-02-07 01:35:10 -08:00
parent f0768a5945
commit 9f64bb32d0

View File

@@ -203,8 +203,6 @@ export function PuppetView({ action, isTalking }: PuppetViewProps) {
<View style={styles.aura} /> <View style={styles.aura} />
{/* Body (droplet-like rounded rect) */} {/* Body (droplet-like rounded rect) */}
<View style={styles.body}> <View style={styles.body}>
{/* Gloss */}
<View style={styles.gloss} />
{/* Cheeks */} {/* Cheeks */}
<View style={[styles.cheek, styles.cheekLeft]} /> <View style={[styles.cheek, styles.cheekLeft]} />
<View style={[styles.cheek, styles.cheekRight]} /> <View style={[styles.cheek, styles.cheekRight]} />
@@ -258,15 +256,6 @@ const styles = StyleSheet.create({
shadowRadius: 12, shadowRadius: 12,
elevation: 8, elevation: 8,
}, },
gloss: {
position: 'absolute',
top: BODY_SIZE * 0.12,
left: BODY_SIZE * 0.2,
right: BODY_SIZE * 0.2,
height: 4,
borderRadius: 2,
backgroundColor: 'rgba(255,255,255,0.35)',
},
cheek: { cheek: {
position: 'absolute', position: 'absolute',
width: 14, width: 14,