Huge amount of updates

This commit is contained in:
2025-02-11 18:41:06 +01:00
parent cc709975ba
commit 349b6b7226
10 changed files with 965 additions and 965 deletions

View File

@ -22,7 +22,6 @@ func _ready() -> void:
@onready var bullet_trace_distance: Node3D = $BulletTraceDistance
@onready var bullet_trail_end: Node3D = $BulletTrailEnd
@onready var gun_animation = $ShotAnimation
func shoot() -> Error:
if can_shoot: