yoel123 / godot-yoel-space-sim-game

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

player change secondery weapon (if have more then 1) #52

Open yoel123 opened 1 year ago

yoel123 commented 1 year ago

some fighters will have a couple of secondary weapons "hardpoints" it can carry, make a button to change between them.

maybe put the weapons on an array/list and replace the current one with the attribute secondery_weapon.

and make a var/att to save the current secondary weapon pos so you can switch to the next/previous one.