WIP: Migrating to node3ds

This commit is contained in:
2025-02-09 22:50:43 +01:00
parent 5a0e3cc6b9
commit 691e0ea8bc
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,6 @@ var can_shoot: bool = true
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
cooldown_timer.wait_time = cooldown
print("test")
@onready var bullet_trace_distance: Node3D = $BulletTraceDistance