Skip to content

Commit

Permalink
Fix cfg syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Mar 31, 2022
1 parent c939eb6 commit 4c77543
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ PAGE
backgroundColor = 0, 0, 0, 255
iconColorAP = 255, 255, 255, 255
iconColorPE = 255, 255, 255, 255
iconColorTarget 255, 143, 0, 255
iconColorTarget = 255, 143, 0, 255
iconPixelSize = 16
orbitPoints = 60
orbitDisplayPosition = 320,320,310,310
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ PAGE
backgroundColor = 0, 0, 0, 255
iconColorAP = 255, 255, 255, 255
iconColorPE = 255, 255, 255, 255
iconColorTarget 255, 143, 0, 255
iconColorTarget = 255, 143, 0, 255
iconPixelSize = 16
orbitPoints = 60
orbitDisplayPosition = 320,320,310,310
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ PAGE
backgroundColor = 0, 0, 0, 255
iconColorAP = 255, 255, 255, 255
iconColorPE = 255, 255, 255, 255
iconColorTarget 255, 143, 0, 255
iconColorTarget = 255, 143, 0, 255
iconPixelSize = 16
orbitPoints = 60
orbitDisplayPosition = 320,320,310,310
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ PAGE
backgroundColor = 0, 0, 0, 255
iconColorAP = 255, 255, 255, 255
iconColorPE = 255, 255, 255, 255
iconColorTarget 255, 143, 0, 255
iconColorTarget = 255, 143, 0, 255
iconPixelSize = 16
orbitPoints = 60
orbitDisplayPosition = 320,320,310,310
Expand Down
4 changes: 2 additions & 2 deletions GameData/ProbeControlRoom/Props/DeskScreen/DeskScreen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ MODULE
backgroundColor = 0, 0, 0, 255
iconColorAP = 255, 255, 255, 255
iconColorPE = 255, 255, 255, 255
iconColorTarget 255, 143, 0, 255
iconColorTarget = 255, 143, 0, 255
iconPixelSize = 16
orbitPoints = 60
orbitDisplayPosition = 320,320,310,310
Expand Down Expand Up @@ -172,7 +172,7 @@ MODULE
backgroundColor = 0, 0, 0, 255
iconColorAP = 255, 255, 255, 255
iconColorPE = 255, 255, 255, 255
iconColorTarget 255, 143, 0, 255
iconColorTarget = 255, 143, 0, 255
iconPixelSize = 16
orbitPoints = 60
orbitDisplayPosition = 70,60,512,512
Expand Down
2 changes: 1 addition & 1 deletion GameData/ProbeControlRoom/Props/MapMonitor/MapMonitor.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ PAGE
backgroundColor = 0, 0, 0, 255
iconColorAP = 255, 255, 255, 255
iconColorPE = 255, 255, 255, 255
iconColorTarget 255, 143, 0, 255
iconColorTarget = 255, 143, 0, 255
iconPixelSize = 16
orbitPoints = 60
orbitDisplayPosition = 380,50,256,256
Expand Down

0 comments on commit 4c77543

Please sign in to comment.