@@ -25,8 +25,8 @@ public MainWindow(PrincipiaPluginAdapter adapter,
25
25
flight_planner_ = flight_planner ;
26
26
orbit_analyser_ = orbit_analyser ;
27
27
plotting_frame_selector_ = plotting_frame_selector ;
28
- cheeze_c . value = 0.6 ;
29
- cheeze_x . value = - 0.7 ;
28
+ cheeze_c . value = 0.65 ;
29
+ cheeze_x . value = - 0.31 ;
30
30
Show ( ) ;
31
31
}
32
32
@@ -170,9 +170,9 @@ public override void Save(ConfigNode node) {
170
170
protected override string Title => "Principia" ;
171
171
172
172
public static DifferentialSlider cheeze_c = new DifferentialSlider ( "c" , "" , - 5 , - 1 ,
173
- ( x ) => x . ToString ( "0.000" ) , zero_value : 0.6 , min_value : 0.25 , max_value : 4 ) ;
173
+ ( x ) => x . ToString ( "0.000" ) , zero_value : 0.65 , min_value : 0.25 , max_value : 4 ) ;
174
174
public static DifferentialSlider cheeze_x = new DifferentialSlider ( "x" , "" , - 5 , - 1 ,
175
- ( x ) => x . ToString ( "0.000" ) , zero_value : - 0.7 , min_value : - 2 , max_value : 0 ) ;
175
+ ( x ) => x . ToString ( "0.000" ) , zero_value : - 0.31 , min_value : - 2 , max_value : 0 ) ;
176
176
177
177
protected override void RenderWindowContents ( int window_id ) {
178
178
using ( new UnityEngine . GUILayout . VerticalScope ( ) ) {
0 commit comments