8 lines
200 B
GDScript
8 lines
200 B
GDScript
extends Control
|
|
|
|
|
|
func _on_more_option_pressed() -> void:
|
|
%MoreOption.is_select=not %MoreOption.is_select
|
|
%MoreOptionPanel.visibility_layer=%MoreOption.is_select
|
|
pass # Replace with function body.
|