summaryrefslogtreecommitdiff
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
parent4c8e2a4434ad4fb4fdfec0934c4455e96d744e0e (diff)
downloadtermgl-6856fcf08c8c4686ddf9e5cb60862184e15d6f0b.tar.gz
Update gitignore
-rw-r--r--.gitignore1
-rw-r--r--collision.txt11
2 files changed, 1 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index df22484..2906a73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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