Hi everyone. I've recently got an idea what you can add in G2O. Here are some functions examples with short descriptions:
Java
- void setMinuteDuration(int time_in_miliseconds) // this function change minute duration in game. Default minute duration is about 4 seconds.
-
- void setWeatherConditions(int id) // this function sets weather conditions. Default is raining, we can change it to snowing or completly disable weather conditions.
-
- void setWeatherBeginTime(int hour,int minute) // this function sets time when it start rains/snows.
-
- void setWeatherEndTime(int hour, int minute) // this function sets time when the rain/snow ends.
Of course these are only examples. I don't know if return functions also could be useful in some way. What do you think guys?
If any of these functions can be implement?
(btw sorry for my english, i'm still learning this language
