From 6856fcf08c8c4686ddf9e5cb60862184e15d6f0b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 6 Mar 2019 14:01:05 +0100 Subject: Update gitignore --- collision.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 collision.txt (limited to 'collision.txt') 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 -- cgit v1.2.3