On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thanks! I'm glad to hear you liked the devlogs. There's a lot of games and not much attention to go around when everyone's so busy. I really want to take the time to play through other's games, though I'm still busy working on an update to the game (the scope of which I fear is already getting too large). Well, your game looks quite stunning, so I'll give that one a go!

Seilburg actually seemed to get the GUI done quite quickly with not much code this time. At least, it was one of the first things he did so it wasn't a worry. Unlike our last few games where the GUI turned into huge time sink (especially for me whenever I tried to help, not understanding what I was doing). As for the title music, I was expecting him to add it to the intro, actually. I think it would have fit.

I'm surprised how well billboarded sprites can work (though I think the treasure chests in isometric perspective are problematic), and think I'll do it again.

Wow, cool to hear that the GUI came together quickly. I'm sure that's down to experience (and skill). I know doing something like that would have taken me a long time :P Making interfaces takes a lot of work! You're using Godot, right? I've only tried it a bit, and I never got around to the UI part, but maybe I should check it the tools to see how it works.

Yeah, the 2D sprites worked great, and I think I forgot to mention that I really liked the contrast with environment having shading and shadows.

Looking forward to the update ;)

The sprites are shaded, actually, but intersting that you thought it contrasted. You can sometimes see a shadow cut across one, which I think is a cool effect. I haven't seen it make them look flat. At one point the sprites also cast shadows, but that looked really bad when they were edge-on to the light source, plus the shadow often didn't connect with their feet,  Otherwise, I thought enemies casting shadows looked nice, so I'd like to try adding it back, using a custom "shadow mesh" (turn the sprites towards the light rather than towards the camera to fix the edge-on problem).

Yes, I don't know that there's anything wrong with Godot's GUI features, but I just find it unintuitive because Control nodes are quite different to what I'm used to (the OHRRPGCE) and I need to unlearn!