require(scripts.classic) --a weapon is a script / entity that can be attached to a player --or enemy --this generic script can fire a projectile up the screen (if player) or --down the screen (if enemy). --projectile types should be adjustable --TODO: Find ways to make a draw function work on the object itself.