beautify project

This commit is contained in:
2020-05-15 10:51:54 +02:00
parent e28b8521d1
commit ccdbf5b158
8 changed files with 59 additions and 20 deletions

View File

@ -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