mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-01-07 20:32:55 +01:00
Update scenes/node.gd
Co-authored-by: schokotets <moritzleni@gmail.com>
This commit is contained in:
parent
d8e649d3dc
commit
d218658320
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ func type_set(new_type):
|
|||
$Sprite.texture = preload("res://nodes/tree.svg")
|
||||
"commit":
|
||||
$Sprite.texture = preload("res://nodes/commit.svg")
|
||||
game.notify("DRAG_AROUND", self, "drag-nodes")
|
||||
game.notify(tr("DRAG_AROUND"), self, "drag-nodes")
|
||||
"tag":
|
||||
$Sprite.texture = preload("res://nodes/blob.svg")
|
||||
"ref":
|
||||
|
|
Loading…
Reference in a new issue