macrohardmx / gametest

0 stars 0 forks source link

Add collisions with wall objects #24

Open rdelfin opened 4 years ago

rdelfin commented 4 years ago

Currently walls can be walked through by the player. This issue is to add collision logic for the player. It will require changing how the move controllers work, separating out the movement logic from the collision logic.