diff options
| author | dam <dam@gudinoff> | 2022-03-30 16:41:09 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-30 16:41:09 +0000 |
| commit | 6089eeb29382598d69c6b77be88d8ca4b1a3adf5 (patch) | |
| tree | c04d7bd1fc7644fa73c2bcb264fb2827425c0099 /option_set | |
| parent | e04f33a614e2723db47f69a7f3146b030ee5e326 (diff) | |
| download | surgery-log-6089eeb29382598d69c6b77be88d8ca4b1a3adf5.tar.zst surgery-log-6089eeb29382598d69c6b77be88d8ca4b1a3adf5.zip | |
Updated to do list.
Diffstat (limited to 'option_set')
| -rw-r--r-- | option_set/option_set_list.gd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/option_set/option_set_list.gd b/option_set/option_set_list.gd index 5ebe5bf..ea6b2d8 100644 --- a/option_set/option_set_list.gd +++ b/option_set/option_set_list.gd @@ -5,8 +5,8 @@ const POINTER_VELOCITY_DECAYING_FACTOR: float = PI const POINTER_VELOCITY_BOOST_FACTOR: float = 1.25 const EXACT_SELECTION: bool = false -signal item_selected # (idx: int, text: String) -signal nothing_selected # () +signal item_selected # (idx: int, text: String) +signal nothing_selected # () export var autowrap := true |
