mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
HEAD is now a monster
This commit is contained in:
parent
85ad33a028
commit
37adce3bb4
3 changed files with 108 additions and 2 deletions
scenes
|
@ -76,8 +76,8 @@ func type_set(new_type):
|
|||
$Sprite.texture = preload("res://nodes/ref.svg")
|
||||
id_always_visible = true
|
||||
"head":
|
||||
$Sprite.texture = preload("res://nodes/ref.svg")
|
||||
id_always_visible = true
|
||||
$Sprite.texture = preload("res://nodes/head.svg")
|
||||
id_always_visible = false
|
||||
if id_always_visible:
|
||||
$ID.show()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue