shoc71 / Keep-On-Going

making a game on this website
Apache License 2.0
2 stars 0 forks source link

Adding New Unique Color for NightMode Gameplay #221

Closed shoc71 closed 1 year ago

shoc71 commented 1 year ago

color is Licorice but there are other shades or opacities of black, you can check some out here but this is a unique color unlike the rest taking advantage of the gameplay. If this can be easily-coded like Orange or Blue, lemme know. If not, use this discussion to inform about which other shade of black you want for nightmode. I ask this for making the levels of nightmode soon.

Licorice = (52, 52, 52)

shoc71 commented 1 year ago

I forgot to mention as soon as this issue is resolved/closed I will update all the relevant levels with this new addition in mind.

slysnivy commented 1 year ago

Would this would be the background for some levels, or would it be something to change in the settings? @shoc71

shoc71 commented 1 year ago

No this would only affect certain blocks (self.draw only blocks) in the game when I assign them to be as is, when going through the levels for art/gameplay correction. @slysnivy

slysnivy commented 1 year ago

Would this be two versions of the same level? Or just changing the decor in some levels?

shoc71 commented 1 year ago

changing the decor in some levels. Like in pirate_cove or that pirate level there are two black blocks for self.draw (one top-rigth and the other middle-row side-left) those two blocks are there to deceive the player

slysnivy commented 1 year ago

So it would just be like changing some self.draw blocks to be licorice and have it be different from black? What were you talking about nightmode and nightmode gameplay/levels?

shoc71 commented 1 year ago

"changing some self.draw blocks to be licorice and have it be different from black" - @slysnivy. Yes, that's correct. Night-mode gameplay is more or less having some blocks of the game be deceiving. Most of the levels are being made with this image/concept idea in mind.

slysnivy commented 1 year ago

Oh I see, then it would be as easy as adding orange or blue since it'll be just self.draw

shoc71 commented 1 year ago

Exactly correct