Generate basic world & recieve data on client
This commit is contained in:
@ -40,7 +40,7 @@ func login(_text=""):
|
||||
display_message(error.message)
|
||||
else:
|
||||
display_message("Connected to server!", Color.green)
|
||||
yield(ServerConnection.join_world_async(), "completed")
|
||||
# Load World
|
||||
|
||||
func display_message(message="", color=Color.red):
|
||||
errorLabel.add_color_override("font_color", color)
|
||||
|
Reference in New Issue
Block a user