aboutsummaryrefslogtreecommitdiff
path: root/collision.txt
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-06 14:01:05 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-03-06 14:01:05 +0100
commit6856fcf08c8c4686ddf9e5cb60862184e15d6f0b (patch)
tree7e45b66423058a19c6c841c3fe4bfb5a3b093388 /collision.txt
parent4c8e2a4434ad4fb4fdfec0934c4455e96d744e0e (diff)
downloadtermgl-6856fcf08c8c4686ddf9e5cb60862184e15d6f0b.tar.gz
Update gitignore
Diffstat (limited to 'collision.txt')
-rw-r--r--collision.txt11
1 files changed, 0 insertions, 11 deletions
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