yoel123 / godot-yoel-space-sim-game

a space sim/space combat 3d game made with godot
Other
6 stars 4 forks source link

small homing rockets #28

Closed yoel123 closed 1 year ago

yoel123 commented 1 year ago

its a medium range weapon against fighters.

it dosnt deal much damage,not that good aginst shields.

but its shot and forget(it homes on the closest target with priority to flares),has a high firate.

you carry a lot of these so they can be spammed.

doesn't have too much range because of its size.

the code for homing and damage dealing\collition is already implemented in "missile.gd" use it.

yoel123 commented 1 year ago

done