Added AbstractProjectile

This commit is contained in:
2025-10-24 16:59:56 +03:00
parent f46630499c
commit 991adde0ac
7 changed files with 15 additions and 9 deletions
@@ -0,0 +1,9 @@
@abstract
class_name AbstractProjectile
extends Node
@export var bullet_velocity : int
@export var bullet_acceleration : int
@export var distance : int
@export var bullet_max_livetime : int
@@ -0,0 +1 @@
uid://ctmjb3nkxrepu