-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add achievements #2
Comments
Cool package! And I'll definitely integrate it! |
Is there anyway I can add your package as a dependency in my package in atom? I didn't find the doucmentation... |
There doesn't seem to be a way to use Atom packages as dependencies unless they're on npm as well. However, achievements doesn't need to be a dependency, as achievements will pick up emitted atom events on its own. What would you need it as a dependency for? |
What if the user hasn't installed achivements yet?~
|
I've added some basic achievements, but there should be more. I'm gonna redesign the way achievement is granted. Thanks for your great package @rgbkrk! |
If they don't install it, they don't get achievements. It's opt in so people can install/uninstall/enable/disable as they choose.
Thank you for integrating with it! 😄 |
Hi @rgbkrk, I've pushed the integration to another level by adding an ad for your achievements package. Check it out: I borrowed your 😄 |
Hahaha, that's hilarious! Well done sir. 👏 👏 You should use this for this re-sized version (32x32) of the original icon: You could also create that in the view directly in HTML too. ;) Alternatively, the base64 encoded version, for iconURL:
|
Emit
achievement:unlock
messages for the achievements package to pick up.The text was updated successfully, but these errors were encountered: