summaryrefslogtreecommitdiff
path: root/test-mvmt.sh
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2019-10-10 13:54:26 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2019-10-10 13:54:26 -0400
commitbfb5c8f0664ea980461b9df0082da26349fbdfc8 (patch)
tree66907e7f45c194d3ebf79766c10c3ca1c7aad0f5 /test-mvmt.sh
parent4891aed55e569ac1f78f854be7fb9ca15970e810 (diff)
Revamp Tile Heightmap Collision so that it can do
side wall collisions, and bottom ceiling collisions. I also made a new C based test program, which is much faster than the shell script.
Diffstat (limited to 'test-mvmt.sh')
-rwxr-xr-xtest-mvmt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-mvmt.sh b/test-mvmt.sh
index b53ed56..0f743ca 100755
--- a/test-mvmt.sh
+++ b/test-mvmt.sh
@@ -9,8 +9,8 @@ x2=256
y2=256
w1=16
h1=16
-w2=128
-h2=128
+w2=64
+h2=64
u=0
d=0
l=0