diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-03-06 14:01:05 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-03-06 14:01:05 +0100 |
commit | 6856fcf08c8c4686ddf9e5cb60862184e15d6f0b (patch) | |
tree | 7e45b66423058a19c6c841c3fe4bfb5a3b093388 | |
parent | 4c8e2a4434ad4fb4fdfec0934c4455e96d744e0e (diff) | |
download | termgl-6856fcf08c8c4686ddf9e5cb60862184e15d6f0b.tar.gz |
Update gitignore
-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 |