CobeyH / Leora

2D Moth Puzzle Game written in Unity
4 stars 1 forks source link

new level 3 #182

Closed jpark052 closed 2 years ago

jpark052 commented 2 years ago

So the initial work is done, however I think it looks little bit different from the mockup design. I might need some help with a couple of things:

  1. I ended up adding one more light (circled with white line), because the light on top left wouldnt just reach the moth flock. Is that okay design? Or should I just try to shift everything to the right little bit? (so the gap that where white question mark wouldnt exist?)
  2. How do you change the light limit? I wanted to increase it to 3, but wasn't sure how to (and too tired lol)

3 5

CobeyH commented 2 years ago

If it isn't that much work you could make the borders on the left and right a little thicker. Otherwise maybe just fill in that gap with black blocks so there isn't a pointless crevasse. I don't think that the extra light is a problem, though I'll playtest it a little more

CobeyH commented 2 years ago

Sorry, I somehow missed your second question yesterday! There is a script on the radial light limit component. You just have to change the "Total Lux" to 3.

image
CobeyH commented 2 years ago

Thanks for making those improvements. I think it looks great now.