online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/colorpicker/HexInput.gd')
| -rw-r--r-- | ui/colorpicker/HexInput.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/colorpicker/HexInput.gd b/ui/colorpicker/HexInput.gd index 6447923..975d342 100644 --- a/ui/colorpicker/HexInput.gd +++ b/ui/colorpicker/HexInput.gd @@ -5,6 +5,7 @@ var color: Color setget set_color signal color_changed(color) + func set_color(newcolor): color = newcolor var pos = caret_position |