Skip to content

Fix the cat sprite colliding with text in about.pd

nerrons requested to merge nerrons/purr-data:fix-cat-in-about into master

As mentioned in #454 (closed)

Before:

Screen_Shot_2019-01-31_at_15.43.31

After:

Screen_Shot_2019-01-31_at_15.43.50

Also added ignore .DS_Store, which is a macOS temporary file.

Note that I did not re-compile the whole thing so I'm not 100% sure if all works well, but I suppose it will, since the only thing I changed is the position of an object in about.pd.

Merge request reports