issues
search
willowisp01
/
TankYouVeryMuch
Orbital '23 Game Project
0
stars
0
forks
source link
Fixed reflection and some other stuff
#21
Closed
ronnnnnnnnn
closed
1 year ago
ronnnnnnnnn
commented
1 year ago
Fixed projectile reflection (velocity prior to collision has to be used)
Fixed the problem of some projectiles going through walls by setting collision detection of the projectile prefab to continuous
Added layers for the player and projectiles to ignore collisions between them
Changed the OutOfBoundsBox slightly so the projectiles collide with the walls instead of with them
Projectiles now face the new direction upon collision and reflection