Nice game! I really love the style, and the pixel art looks fantastic. I feel like the game could be improved with slightly tighter controls, not sure if it was because I was playing on the browser or not, unfortunately I can't test that because it looks like your MacOS download is broken, I'm getting an error when trying to run it.
Viewing post in The Rise Of Dracula jam comments
So I'm actually quite new to MacOS, so it might have been more my fault, but I think the error I was getting was due to the export not being code signed (https://godotengine.org/article/godot-3-3-has-arrived#macos) which might only be possible to do when exporting from MacOS.
I was able to run your game after modifying the file with this command:
xattr -d com.apple.quarantine [path/to/file]
It might not be a bad idea to add that line to your download instructions to help anyone else on MacOS who runs into the same issue I did, but after running that command It worked without issue! Sorry for the false alarm!