tweaks to hud and finally have the machete... kind of working?

This commit is contained in:
Derek
2025-02-25 20:46:24 -06:00
parent 38a93588a2
commit c5321d1fab
6 changed files with 12 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
extends Area3D
extends Node
var bullet_damage
@@ -8,8 +8,3 @@ var bullet_damage
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
bullet_damage = machete.bullet_damage
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass