mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-12-22 20:32:38 +01:00
Update scenes/repository.gd
Co-authored-by: schokotets <moritzleni@gmail.com>
This commit is contained in:
parent
1bf845ca74
commit
d8e649d3dc
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ func set_label(new_label):
|
||||||
$Rows/RepoVis/SeparatorLine/DropArea.queue_free()
|
$Rows/RepoVis/SeparatorLine/DropArea.queue_free()
|
||||||
$Rows/RepoVis/SeparatorLine.hide()
|
$Rows/RepoVis/SeparatorLine.hide()
|
||||||
else:
|
else:
|
||||||
game.notify("INTERACT", self, "remote")
|
game.notify(tr("INTERACT"), self, "remote")
|
||||||
label_node.text = new_label
|
label_node.text = new_label
|
||||||
|
|
||||||
func random_position():
|
func random_position():
|
||||||
|
|
Loading…
Reference in a new issue