Files
uarep-ctl/scenes/tab_switch.gd

16 lines
319 B
GDScript

extends TabContainer
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass
func _enter_tree() -> void:
REPNetwork.logger_page = $'журнал'