godot_spatial_gardener
godot_spatial_gardener copied to clipboard
Godot 4.5 Compatability Patch
Resolves issue: https://github.com/dreadpon/godot_spatial_gardener/issues/73
Using this plugin on Godot 4.5 throws an exception due to Logging now being a native keyword. This PR just find-replaces all instances of Logger with CustomLogger so the plugin can be imported w/o error.
(A better solution would be to investigate the Logger usage and replace it w/ the new native stuff if possible....but who has time for that?)