Created
April 9, 2018 00:07
-
-
Save bberak/d0a0ca9829725e2ea7f671ca1538c330 to your computer and use it in GitHub Desktop.
React Native Donkey Kong - Constants
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
collisionCategories: { | |
mario: 1, | |
barrier: 2, | |
platform: 4, | |
ladder: 8, | |
barrel: 16 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment