> I'd like to have a clouds-slider in the settings where you can set max > alpha. there is a DynamicClouds::maxAlpha that is set to 130 now. Also even > if we don't put a slider and some more for the other params in the settings > screen, i'd like to not leave these settings in the class but read them > from a settings.txt. How do i do this?
Just add the settings you need into Settings class (Settings.h/.cpp) and add it to the constructor (default value) and in Settings::load and Settings::save Steph -- http://nct.ysagoon.com _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
