Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This tool will allow you to quickly make a node shoot a bullet(s).Gun node:number of bullets to be firedcooldown(cooldown before firing again)angle variance(for accurate/inaccurate shots)customizable shooting arc(like in shotguns)customizable spawn pointdebugs! - for spawnpoint and shoot_arcBullet node:delete after( time to delete the bullet node after shooting )Documentation on all methods!setup:install the addon in the assetlib or in the github(code -> download zip)then put that in your addons/ folder in you godot project:)How to use:1.create a new scene and add bullet node and save it as a scene.2.in another scene, add the gun node and put your bullet scene in the "bullet" paramater in the inspector. 3.then set the other paramters of the gun node to your fit your game.4.you can fire the gun by calling Gun.shoot(speed,angle)thats all! more description in the documentation!
This tool will allow you to quickly make a node shoot a bullet(s).
Gun node:
number of bullets to be fired
cooldown(cooldown before firing again)
angle variance(for accurate/inaccurate shots)
customizable shooting arc(like in shotguns)
customizable spawn point
debugs! - for spawnpoint and shoot_arc
Bullet node:
delete after( time to delete the bullet node after shooting )
Documentation on all methods!
setup:
install the addon in the assetlib or in the github(code -> download zip)
then put that in your addons/ folder in you godot project:)
How to use:
1.create a new scene and add bullet node and save it as a scene.
2.in another scene, add the gun node and put your bullet scene in the "bullet" paramater in the inspector.
3.then set the other paramters of the gun node to your fit your game.
4.you can fire the gun by calling Gun.shoot(speed,angle)
thats all! more description in the documentation!
Reviews
Quick Information
This tool will allow you to quickly make a node shoot a bullet(s).Gun node:number of bullets to be firedcooldown(cooldown before firing again)angle variance(for accurate/inaccurate shots)customizable shooting arc(like in shotguns)customizable spawn pointdebugs! - for spawnpoint and shoot_arcBullet node:delete after( time to delete the bullet node after shooting )Documentation on all methods!setup:install the addon in the assetlib or in the github(code -> download zip)then put that in your addons/ folder in you godot project:)How to use:1.create a new scene and add bullet node and save it as a scene.2.in another scene, add the gun node and put your bullet scene in the "bullet" paramater in the inspector. 3.then set the other paramters of the gun node to your fit your game.4.you can fire the gun by calling Gun.shoot(speed,angle)thats all! more description in the documentation!