@@ -261,7 +261,11 @@ export interface Thumbnail {
261
261
export type BaseEngineSetting =
262
262
[ "actualPlanetScale" , boolean ] |
263
263
[ "constellations" , boolean ] |
264
+ [ "constellationBoundryColor" , string ] |
265
+ [ "constellationFigureColor" , string ] |
264
266
[ "constellationsEnabled" , string ] |
267
+ [ "constellationSelectionColor" , string ] |
268
+ [ "crosshairsColor" , string ] |
265
269
[ "earthCutawayView" , boolean ] |
266
270
[ "fovCamera" , number ] |
267
271
[ "fovEyepiece" , number ] |
@@ -323,7 +327,11 @@ export type BaseEngineSetting =
323
327
const baseEngineSettingTypeInfo = {
324
328
"actualPlanetScale/boolean" : true ,
325
329
"constellations/boolean" : true ,
330
+ "constellationBoundryColor/string" : true ,
331
+ "constellationFigureColor/string" : true ,
326
332
"constellationsEnabled/string" : true ,
333
+ "constellationSelectionColor/string" : true ,
334
+ "crosshairsColor/string" : true ,
327
335
"earthCutawayView/boolean" : true ,
328
336
"fovCamera/number" : true ,
329
337
"fovEyepiece/number" : true ,
0 commit comments