collectivenectar / therealrealoracle

Digital Oracle Deck App for iOS, done in the Godot Engine
1 stars 1 forks source link

Clean up your detritus code #4

Open collectivenectar opened 2 years ago

collectivenectar commented 2 years ago

There are several components that you removed and are no longer required for the app to function. This has left some functions, methods, variables, etc behind that are cluttering scripts as well as the autoload.

You will need to go through starting with the autoload, and compare variables in there with what you actually use in the carousel scenes, journal save/load functions, and anything else you spot.