From 5d99f1abfd88ce8bdae6278def578aea916897ab Mon Sep 17 00:00:00 2001 From: Alex Loret de Mola Date: Sat, 2 May 2020 14:51:04 -0700 Subject: [PATCH] #138 adding some documentation (#141) --- client/ClientEntry.gd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/ClientEntry.gd b/client/ClientEntry.gd index 3753f172..6e34385b 100644 --- a/client/ClientEntry.gd +++ b/client/ClientEntry.gd @@ -17,6 +17,10 @@ func _ready(): #go_to_mobile_vr() go_to_flat() + # Note that this one time handling of command line arguments is intentionally + # happening after the MainMenu for a given client is initialized: those scenes have + # handlers for join that need to be ready in order for the game to process the join command + # correctly. handle_commandline_args()