Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(4 edits) (+1)

Minor glitch -- opening and closing the Journal while the wardrobe screen is open results in the room action buttons showing up on top of wardrobe screen and becoming clickable. Following this with a click on the makeup button leads to a crash.

A small QoL suggestion -- on the wardrobe screen, please mark the primary/secondary colors set for currently selected/worn item type with border of different color. I.e. if for a white bra with pink accents highlight the white in first row and pink in the second row with different border, when bras are selected. (mainly because it can be hard to remember which color is actually used as 'primary' for some of the items)

For the v0.3 color picker, consider making it HSL sliders instead of RGB -- the former allows for much more intuitive/faster color selection and tweaking.

Also, if possible, consider giving the makeup screen a different selection of colors, specialized for this task instead of just copy of clothing colors? The ones currently available are maybe ok for the eyeshadow, but with 1-2 exceptions are nigh useless for lipstick and blush, and make the character look like a clueless clown. A few more subdued colors (pinks/nudes in particular) would do nicely here.

(+1)

Good idea with the marked colours.

HSL I am not sure I can do, but we will see when I start properly into it. 

Makeup I will probably keep the pinks/reds and fill the rest of the slots with custom colours. 

For HSL you only need conversion functions for HSL->RGB and back, which are really simple and ready-made pieces of code. E.g. here algorithm - HSL to RGB color conversion - Stack Overflow

Then you just show the HSL sliders to the player and translate to RGB for your purpose under the hood.