A native webfishing installer for macos

1.2.0 - Build system that allows full modding

Changed files
+4 -1
+4 -1
README.md
··· 23 23 ## Implemented Patches 24 24 25 25 - renaming `steam_id_remote` dictionnary key to `remote_steam_id` to fix network spam detection that resulted in timeouts 26 + - prevent the game from crashing when saving the options by not setting any values to `OS.windowed_borderless` because setting a value to it crashes the game somehow 26 27 27 28 ## Credits 28 29 29 - [@vimaexd](https://github.com/vimaexd) for their blog post ! 30 + [@vimaexd](https://github.com/vimaexd) for their blog post ! 31 + 32 + [Godot RE Tools](https://github.com/GDRETools/gdsdecomp) for the amazing tooling that allows me to patch the game !