Make monster stand on nodes, other small fixes

This commit is contained in:
Sebastian Morr 2020-10-27 19:44:17 +01:00
parent ea2c731cd3
commit cb7742466b
9 changed files with 36 additions and 30 deletions
scenes

View file

@ -14,6 +14,10 @@ func _process(_delta):
if not (repository and repository.objects.has(source)):
return
if repository.objects[source].type == "head":
hide()
set_process(false)
var start = repository.objects[source].position
var end = start + Vector2(0, 60)