8 lines
200 B
GDScript3
8 lines
200 B
GDScript3
|
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.
|