Extend the hint system to explain GUI elements

This commit is contained in:
blinry 2021-01-19 12:48:16 +01:00
parent d258f812ce
commit e87e29a3ed
9 changed files with 83 additions and 28 deletions

View file

@ -88,6 +88,8 @@ func set_label(new_label):
new_label = ""
$Rows/RepoVis/SeparatorLine/DropArea.queue_free()
$Rows/RepoVis/SeparatorLine.hide()
else:
game.notify("This is the time machine of another person! To interact with it, you need special commands!", self, "remote")
label_node.text = new_label
func random_position():