You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that other example projects may have this issue too, such as Dodge the Nim (in https://github.com/zetashift/godotnim-samples) which seems to have been built starting with the stub file. As seen with the commented section:
Building it works fine (if you go into nakefile.nim and remove "--oldgensym:on", also see the instructions to fix the mob timer), I assume the original required version limit was arbitrary or even just the current max version?
Hello,
Trying to build this stub raises the error
Error: type expected, but got symbol 'Array' of kind 'enumField' on
poolarrays.nim`As explained here: pragmagic/godot-nim#81 upgrading the required version of
godot-nim
instub.nimble
resolve the problem.The text was updated successfully, but these errors were encountered: