mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Make monster stand on nodes, other small fixes
This commit is contained in:
parent
ea2c731cd3
commit
cb7742466b
9 changed files with 36 additions and 30 deletions
scenes
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue