Reda Benjamin Meyer
Reda Benjamin Meyer
Hi, Is there a way to instanciate a python class in gdscript file and then use the methods of the instanciated object? I could do: ` var ffsnn = load("res://PythonScript.py")...
With five players and a long run, with max_round = 10000 The winner doesn't have always the total amount and I thing it's due to sides pot wrong distributed.
Hi, I'm following the tutorial rapid android development which uses Ketai librairy. In the part 7 of the tutorial which is peer to peer connection via Bluetooth I'm facing a...
Ketai Bluetooth asking three times for Bluetooth activation when Bluetooth is not activated.
Hi everyone, I've encountered this error with ketaibluetooth... to manage to resolve it I've had to add : parent.getActivity().unregisterReceiver(mReceiver); in the file ketai->net->bluetooth->KetaiBluetooth in the function stop() rebuilding the source...