Closed krazyjakee closed 1 year ago
Introduces several changes related to debugging tools in the project. Here is a summary of the changes:
.gitignore
.vscode/settings.json
DebugManager.gd
SaveManager.gd
Storage
Introduces several changes related to debugging tools in the project. Here is a summary of the changes:
.gitignore
file to exclude temporary files from version control..vscode/settings.json
file, specifying the path to the Godot editor and the GDScript LSP server port.DebugManager.gd
script, which serves as a global tool for storing debug data for NodotDebug nodes.SaveManager.gd
file to use aStorage
object for storing configuration data instead of a regular dictionary.