So I manage to find some time to try out this game and wow, this concept is pretty unique in its way and surprisingly its built using the Panda3D framework which is kind of a niche game engine as an entry for this game jam besides the MegaZeux ones.
So I tried the game and I like the idea of how the twirling mechanic maintains a force on that keeps the player character on a sloped surface without falling off. The game has quite a steep learning curve due to the bunch of buttons at the player disposal which confuses me at first but I got around it by trying out each key on my own and discovering that its basically made up of two sets of keys, with one controlling character movement relative to the camera direction, and the other sets is for the camera orbit/zoom controls. Somehow the jump and twirl button is grouped with the camera controls which is not a big deal but I notice that the arrow keys were not present as part of the UI which only shows the camera controls. I didn't get to read the instructions in the comments below (due to spoilers) or on the page (the yellow text blends in with the wallpaper making it hard to read). I was assuming there were UI hint for the character movement in the game but unfortunately there isn't any in the game.
So my suggestion for control key is that would it be possible to shift the camera rotation/zoom controls to the mouse instead? I'm not familiar how Panda3D handles the control system but it would be easy to pick up the game with mouse movement controlling the camera direction, which help with pointing the character direction as well. Besides that, I notice how the character movement is different when twirling on a vertical wall and on the horizontal surface. The former feels right since the left and right arrow key moves the character horizontally and the up/down moves vertically. Where as the later seems have the character strafe around the camera point, making the character move around the camera. Obviously I could rotate the camera in that direction but notice that strafe is tied to the camera origin point and is not actually a linear strafe. Its a common issue in early 3D adventure games where navigating the character to a transition point to the next scene with the camera angle at a different configuration screws up the character relative bearings to the camera direction. One way to resolve this is to have the camera strafe along with the character so the camera doesn't rotate in any way and maintains distance to the character. One other controller suggestion is that since the twirl is pretty much used through out the entire game, it would make more sense if there is a switch on/off state button rather than holding down the twirl button for long periods of time. This way players could turn on or off twirl and would have a free finger for the camera controls.
Besides that, basically the game has good ground work here and the mechanics is fun to play around with. Since the game starts off with a mission, an indicator of where to go would be nice since I do know I have to collect 4 bells from the first cut scene but since I'm not familiar with the terrain or how the bell looks so I was a little clueless at finding it. There was one near the start point but it looked like a rock at first and there wasn't any indicator that I actually picked up a bell. Maybe something to highlight it or a UI prompt saying I picked up a bell?
Anyway, I can see you have put in a lot of good effort in the level design and populating it with tons of fun models so do keep up the good work and keep on developing the game. Hopefully my suggestion could help improve the UI/UX side of the game since it vital when new players are exposed to a game with a niche concept. By the way, I only notice the walkthrough and other stuff you post down in the comments after trying out the game.