8 changed files with 21 additions and 3 deletions
|
After Width: | Height: | Size: 590 B |
|
After Width: | Height: | Size: 485 B |
|
After Width: | Height: | Size: 623 B |
|
After Width: | Height: | Size: 745 B |
|
After Width: | Height: | Size: 825 B |
@ -0,0 +1,8 @@ |
|||
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. |
|||
Loading…
Reference in new issue