From c84b638cfd09e005435cd9b67955890ed49d6f95 Mon Sep 17 00:00:00 2001 From: Lyssa <75037904+thecatontheceiling@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:55:02 +0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6058f3..d48e150 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ Full decompilation of Buckshot Roulette's source code. All of the Dealer AI code is in DealerIntelligence.gd. The rest of the script files are self-explanatory. -Some functionality isn't implemented with GDScript (such as: the item limits) and is instead done with .tscn files which I will not be sharing here. \ No newline at end of file +Some functionality isn't implemented with GDScript (such as: the item limits) and is instead done with .tscn files which I will not be sharing here. + +For multiplayer code go here: +https://github.com/thecatontheceiling/buckshotroulette_multiplayer