Moving Around and Projectiles

Got the character moving at a reasonable speed. Still need to fix the wall jumping “bug” from the last game I used this script in, probably just need to better define what ground is in the scripts.

Got a basic projectile firing system going. The projectiles have a simple script telling them to go straight. This seamed to work for a while until I noticed that after going through something they would start turning and wouldn’t stop. This set them in spiral pasterns and orbits around the level.

Needless to say the projectiles where a failure. Entertaining, but a failure nonetheless.