diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | collision.txt | 11 |
2 files changed, 1 insertions, 11 deletions
@@ -1,5 +1,6 @@ *.o *.so* +*.txt build/* bin/* doc/* diff --git a/collision.txt b/collision.txt deleted file mode 100644 index 509e1bd..0000000 --- a/collision.txt +++ /dev/null @@ -1,11 +0,0 @@ -collision check by using object map from click registering -collision passed as returns -cObject::collision? for both objects? - -bool onCollisionActive(unsigned int _hit, onCollisionPassice(_hit)) -_hit: TOP,BOTTOM,LEFT,RIGHT -return true: abort move ; false: continue move - -int onCollisionPassive(unsigned int _hit) -_hit: TOP,BOTTOM,LEFT,RIGHT -return: Maybe object type to tell object what it hit |