NZ projectiles 2D screenshot 1
N

Publisher

nekozero

NZ projectiles 2D

2D
Projectile 2D Movement Speed Interaction Logic Combat Physics

Plugin for Godot that adds a projectile system. There are two projectile classes, base one and extended, to which you can add more stuff, like changing speed every second or making it disappear only after interacting with 3 objects.

NZ projectiles

Plugin for Godot that adds a projectile system. There are two projectile classes, base one and extended, to which you can add more stuff, like changing speed every second or making it disappear only after interacting with 3 objects.

Changelog

1.16

Added changelog
Changed function name from chech_if_resource_has_ready_method to check_if_resource_has_ready_method
Removed set(value) for min_value and max_value in AC_random_range, because it didn't work if min_value was greater than 0
set_direction in ProjectileSetter stopped making errors every time it's used

Projectile

Gif_1

Extended projectile

You can set a resource to change projectiles speed, atk, movement, hit arguments and removal logic.

Speed

Gif_2

Movement

Gif_3

Removal

Gif_4

Combined

Gif_5