tweaked machete

This commit is contained in:
derek
2025-03-14 17:12:49 -05:00
parent a6ee53ed3e
commit 0f2b5c41e2
6 changed files with 22 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ extends Node
var bullet_damage
@onready var machete: Node3D = $"../.."
@onready var machete: weapon = $".."
# Called when the node enters the scene tree for the first time.