Skip to content

Instantly share code, notes, and snippets.

@hami9x
Created January 14, 2018 14:40
Show Gist options
  • Save hami9x/d87e3f3d2ce7a0944f67940d404fd747 to your computer and use it in GitHub Desktop.
Save hami9x/d87e3f3d2ce7a0944f67940d404fd747 to your computer and use it in GitHub Desktop.
ll
<View>
<PaintStyle fill="red" shadowColor="black" shadowBlur={5}>
<Text x={650} y={L.lpChy} font="40px Roboto">
{player.lpChanged}
</Text>
</PaintStyle>
<CardCollection
x={350}
y={L.handY}
cards={player.hand}
h={HAND_CARD_H}
/>
<CardCollection
x={460}
y={L.mzY}
cards={player.monsters}
h={FIELD_CARD_H}
gap={45}
onField={true}
/>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment