Fixed bounding box rendering! fixed AABB collision detection (was a bit weird), misc. tweaks and fixes.

This commit is contained in:
2018-12-09 21:17:12 -06:00
parent a5b2ab7992
commit 7271c0e4a1
9 changed files with 175 additions and 90 deletions

View File

@@ -38,7 +38,7 @@ class IMICFPS
def at_same_position?
if @x == @parent.x
if @x == @parent.x
if @y == @parent.y
if @z == @parent.z
true
end