8 lines
157 B
GDScript
8 lines
157 B
GDScript
extends TabContainer
|
||
|
||
func _enter_tree() -> void: repnetwork.logger_page = $Журнал
|
||
|
||
|
||
func _on_tab_changed(tab):
|
||
pass # Replace with function body.
|