4 # Declare member variables here. Examples:
8 var direction = Vector3.ZERO
10 # Called when the node enters the scene tree for the first time.
12 pass # Replace with function body.
15 # Called every frame. 'delta' is the elapsed time since the previous frame.
17 translation += SPEED * direction * delta