This is a great effort for your first game, especially considering you made it in a week! I liked the story, and I found the sword swing very satisfying.
I played the web version, and I will say that the size/resolution of the window kept me from seeing some of the instructions all at once or when I was supposed to. For example, I encountered the first bat and then saw the "this is an enemy!" text after he was already dead. I wasn't able to figure out how to make the game fullscreen if there's already a toggle for that. I think adding the full screen button toggle in the itch game options might have fixed this for me (though tbh, I don't use Godot, so there's potentially a better option in your build settings).
Congratulations on completing the game jam!
Viewing post in Olympus Mons jam comments
Hi! Thank you very much, and the fullscreen issue is actually a bug in the bat's pathfinding logic, it's supposed to stay within 200 units from its text box, but that gets overruled by the patrol logic during the update process. I've fixed the bug now, but the game files have been locked, so I can't upload. Sorry! Great work on your submission!