Clients: now featuring tooltips and some general cleanup (#564)

* Clients: now featuring tooltips and some general cleanup

* Clients: fade in tooltip over 0.25 seconds

* Clients: reset slot and team when disconnecting

* Clients: allow joining multiworld via link (TextClient only for now)
This commit is contained in:
Fabian Dill
2022-05-24 00:20:02 +02:00
committed by GitHub
parent 7126b7bca0
commit 4165f58414
9 changed files with 145 additions and 18 deletions

View File

@@ -263,7 +263,7 @@ if __name__ == '__main__':
import colorama
parser = get_base_parser()
args, rest = parser.parse_known_args()
args = parser.parse_args()
colorama.init()
asyncio.run(main(args))