pointfreeco / isowords

Open source game built in SwiftUI and the Composable Architecture.
https://www.isowords.xyz
Other
2.7k stars 222 forks source link

Visually improves AppStorePreview #101

Closed myurieff closed 3 years ago

myurieff commented 3 years ago

Hello folks!

In the wake of the Part 2 episode of the isowords tour (and after collecting all the pieces of my brain from the floor after it has been 🤯-ed), I've decided to poke around the snapshot tests and noticed the AppStore images could be improved.

Here's a diff with my changes: image

In detail: image

I hope this is useful!

P.S. I'm still salty that I'm #11 in on of the screenshots and it shows only the top 10 results...

tomassliz commented 3 years ago

I think it's great improvement 👍 Plus I can see another diff - the font used for display word "EXCHANGES". But I suppose that this change is not introduced in this PR right?

myurieff commented 3 years ago

I think it's great improvement 👍 Plus I can see another diff - the font used for display word "EXCHANGES". But I suppose that this change is not introduced in this PR right?

Thanks 🙏

The font is the system one, since due to licensing matters, the original font is not included in the repo. There shouldn't be any font-related issues when the snapshots are regenerated.