5 lines
86 B
GDScript
5 lines
86 B
GDScript
extends SpinBox
|
|
|
|
func _ready() -> void:
|
|
get_line_edit().context_menu_enabled = false
|