This commit is contained in:
Logan 2020-07-21 00:19:23 -05:00
parent 8cc87c4b14
commit 869ef68d12
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ var position: Vector2 = Vector2()
var health = null
var energy = null
var unlocked: Array = [Globals.Conduit2]
var current_scene: PackedScene
var current_scene: String
func respawn():
health = null

View file

@ -14,3 +14,4 @@ func _physics_process(delta):
End.global_position = Ray.get_collision_point()
else:
End.position = max_cast
Beam.