1
Contests / Re: Level Design Contest #27
« Last post by IchoTolot on Today at 04:35:10 PM »I will probably get around making the pack and starting the playing phase the coming weekend. 

This is still on the cards.
Quotehow about being able to continuously scroll through the skills, so that when pressing "next skill" once it reaches whichever skill is furthest to the right on the panel, it scrolls back to the skill furthest on the left (and vice versa)?Implemented in commit db95d23. There's really no reason this shouldn't have been the case.
Is this on 12.12.5 or the new-objects exp (or both)?
Can you also confirm - does the setting:
a) get applied correctly, ie: if you enter this setting, then immediately play a level and save a replay, does it use your setting?
b) get preserved between sessions, ie: if you enter this setting, then exit and re-start NL (without going into the config menu), then play a level and save a replay, does it use your setting?
Quotewould it be possible for the skill select button sounds to also increase/decrease in pitch when scrolling left and right
This one is not going to happen. While the underlying audio library probably has support for such a feature, the code NL uses to manage / play sounds does not, and that'd be a major thing to add at this point