A Little Space Game made in Love2D
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
314 B

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.