Add a map-loader sctipt
This commit is contained in:
@ -6,7 +6,6 @@ func _ready() -> void:
|
||||
pass # Replace with function body.
|
||||
@onready var bullet_trace_distance: Node3D = $BulletTraceDistance
|
||||
@onready var bullet_trail_end: Node3D = $BulletTrailEnd
|
||||
|
||||
func shoot() -> Error:
|
||||
var bullet_start_node: Node3D = bullet_trace_distance.find_child("Start")
|
||||
var bullet_end_node: Node3D = bullet_trace_distance.find_child("End")
|
||||
|
Reference in New Issue
Block a user