bullets and hitscan

This commit is contained in:
Rendo 2025-07-26 17:58:28 +05:00
commit eaa487f16a
11 changed files with 60 additions and 1 deletions

View file

@ -0,0 +1,8 @@
extends Resource
class_name BaseBullet
@export var damage : float
func get_packed_scene() -> PackedScene:
return null