buckshotroulette-decomp/README.md

4 lines
310 B
Markdown
Raw Normal View History

2024-04-28 02:38:22 +01:00
Full decompilation of Buckshot Roulette's source code.
2024-05-06 09:01:18 +01:00
All of the Dealer AI code is in DealerIntelligence.gd. The rest of the script files are self-explanatory.
2024-04-28 02:38:08 +01:00
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.