loopier / animatron

Animatron for Godot 4.x <
15 stars 1 forks source link

`/help` not working in exported projects #43

Closed loopier closed 2 months ago

loopier commented 2 months ago

On exported binaries, help docs don't appear in post window with the /help command.

res://*.ocl files don't appear in Main.loadedCmdFiles.

loopier commented 2 months ago

Fixed in https://github.com/loopier/animatron/commit/dfe47401dc537fc73c2e86e813838229ff25f39d

Help didn't work because there was a problem with file.get_path() which somehow was empty when adding it to the Main.loadedCmdFilesarray. Don't ask me why, because when logged it was printed just fine (?) and the type was correct.