Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thank you for the comment!

I LOVE these OS/window aesthetics, and the fact that you matched it with the VN’s UI too!

I’ll have the page added. But, it might take just a little bit longer (around ~2 days), since I’m currently preparing for another major updates for Pitch! ><


Also, I saw that the Tooltip content on the _prompt() window is hidden partially behind the _description() window.

Seems like its just the quirk of the Tooltip component itself TT. But you can fix that with this:

/* or other selector to target the prompt window */
.custom-desc-column:nth-of-type(2) {
  position: relative;
  z-index: 1;
}

There’s also a dangling </div> tag after the first section too! ><

(1 edit)

Oh, thank you! (I forget about that issue because I use Firefox, edit: nvm I have no excuse it’s also an issue on Firefox ahaha)