Log experiments

This commit is contained in:
Rendo 2026-05-29 17:13:11 +05:00
commit ed87752159
4 changed files with 8 additions and 1 deletions

View file

@ -12,3 +12,7 @@ func _ready() -> void:
func _on_close_button_pressed() -> void:
get_parent().visible = false
func _on_tab_changed(tab: int) -> void:
GuiSignalBus.push("Смена опыта на опыт №{0}".format([tab]))