Roughed in basically working equidistant bullet code thanks to Brendan,

Mackenzie, and Sophie.
This commit is contained in:
Henry 2026-03-27 11:36:19 +00:00
parent 97606c8233
commit 2594dd6e3d
4 changed files with 26 additions and 36 deletions

View file

@ -7,3 +7,4 @@ extends Resource
@export var rate: float = 0.1
@export var cooldown: float = 0.25
@export var sprite: Texture2D = preload("res://graphics/shot.png")
@export var spacing: float = 50