File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 248248 "min" : 0.10 ,
249249 "max" : 4.00
250250 },
251+ "robtopFallUpHideDuration" : {
252+ "name" : " \" Hiding\" Falling Up Duration" ,
253+ "description" : " Adjust the duration of the EndLevelLayer falling up animation that happens when \" hiding\" using the vanilla button." ,
254+ "type" : " float" ,
255+ "default" : 1.0 ,
256+ "min" : 0.0 ,
257+ "max" : 5.0
258+ },
251259 "spaceUK" : {
252260 "name" : " SpaceUK" ,
253261 "description" : " 940px. Any questions?" ,
254262 "type" : " bool" ,
255263 "default" : false
264+ },
265+ "logging" : {
266+ "name" : " Logging" ,
267+ "type" : " bool" ,
268+ "default" : false
256269 }
257270 },
258271 "resources" : {
Original file line number Diff line number Diff line change 66using namespace geode ::prelude;
77
88$on_mod(Loaded) {
9+ Mod::get ()->setLoggingEnabled (Mod::get ()->getSettingValue <bool >(" logging" ));
910 Manager* manager = managerMacro;
1011 manager->hideEndLevelLayer = Mod::get ()->getSettingValue <bool >(" hideEndLevelLayer" );
1112 (void ) Mod::get ()->registerCustomSettingType (" configdir" , &MyButtonSettingV3::parse);
You can’t perform that action at this time.
0 commit comments