Generate basic world & recieve data on client

This commit is contained in:
2020-08-16 18:53:39 -04:00
parent abfb0f4284
commit fb43cb1fb7
16 changed files with 237 additions and 8 deletions

View File

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