Skip to content

Commit

Permalink
chore: tweak starry presets
Browse files Browse the repository at this point in the history
  • Loading branch information
oatmealproblem committed Mar 15, 2024
1 parent 45b4126 commit 045e2db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/renderer/src/lib/mapSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,10 @@ export const presetMapSettings: SavedMapSettings[] = [
color: 'border',
colorAdjustments: [{ type: 'OPACITY', value: 0 }],
},
backgroundColor: {
color: 'true_black',
colorAdjustments: [],
},
borderFillFade: 0.15,
starScapeCore: true,
starScapeDust: true,
Expand All @@ -1280,6 +1284,10 @@ export const presetMapSettings: SavedMapSettings[] = [
color: 'border',
colorAdjustments: [{ type: 'OPACITY', value: 0 }],
},
backgroundColor: {
color: 'true_black',
colorAdjustments: [],
},
borderFillFade: 0.15,
starScapeDust: true,
starScapeDustColor: {
Expand Down

0 comments on commit 045e2db

Please sign in to comment.