Skip to content
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

Stable #366

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Stable #366

wants to merge 8 commits into from

Conversation

issy123
Copy link

@issy123 issy123 commented Jul 9, 2022

No description provided.

issy321 and others added 8 commits February 12, 2017 16:01
… properties in for/while loop, changed functions that use .indexOf with high usage to a forloop and finally improved resetting of a tupleDictionary, tests succeeded except the functions that returns a float32 array
feat: create collision group for player & everything except player
@ziarmandhost
Copy link

@schteppe Hello man! You dont work on this repo any more, right? Please, approve people PRs, thats very usefull!

@@ -2,6 +2,9 @@ module.exports = Shape;

var vec2 = require('../math/vec2');

let PLAYER = Math.pow(2,0);
let EVERYTHING_EXCEPT_PLAYER = Math.pow(2,1);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These must be vars to make grunt work correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants