Adjusted stock shot spacing and added muzzle flash.

This commit is contained in:
Henry 2026-03-31 13:30:15 +01:00
parent 01fe64a3e7
commit b6bef3f13a
6 changed files with 160 additions and 45 deletions

View file

@ -3,8 +3,8 @@ extends Resource
@export var shot_name: String
@export var damage: int = 1
@export var speed: int = 100
@export var speed: int = 135
@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
@export var spacing: float = 35