mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-05 05:02:02 +02:00
quick change of monster
This commit is contained in:
parent
2ef151cdca
commit
01d8fe3d3e
7 changed files with 119 additions and 17 deletions
scenes
|
@ -87,7 +87,7 @@ func type_set(new_type):
|
|||
$Sprite.texture = preload("res://nodes/ref.svg")
|
||||
id_always_visible = true
|
||||
"head":
|
||||
$Sprite.texture = preload("res://nodes/head.svg")
|
||||
$Sprite.texture = preload("res://nodes/head3.svg")
|
||||
id_always_visible = false
|
||||
z_index = 0
|
||||
if id_always_visible:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue