beautify project
This commit is contained in:
@ -3,7 +3,6 @@ extends Node
|
||||
func _on_Button_pressed():
|
||||
connect_to_server()
|
||||
|
||||
|
||||
func _on_LineEdit_text_changed(new_text):
|
||||
if len(new_text) <= 0 or len(new_text) >= 20:
|
||||
$GUI/Start_button.disabled = true
|
||||
|
Reference in New Issue
Block a user