issues
search
willowisp01
/
TankYouVeryMuch
Orbital '23 Game Project
0
stars
0
forks
source link
More projectiles
#62
Closed
willowisp01
closed
1 year ago
willowisp01
commented
1 year ago
added penetrating projectiles
can penetrate through all entities (for now)
upon penetrating a destroyable wall, destroys it
upon penetrating an entity (wall or enemy), loses 1 durability
speedier and does more damage, but more cooldown than a normal projectile
updated player trajectory script
choose between enum TrajectoryMode (either NORMAL or PENETRATE)
NORMAL calculates reflected trajectory
PENETRATE just draws a straight line (for now)
can create a method to modify trajectory mode in the future
added penetrating projectiles
updated player trajectory script