Skip to content

Commit 0e758a6

Browse files
committed
changed default colors for various settings, updated README
1 parent 929bec0 commit 0e758a6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

MiniMapLibrary/Settings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ static void Add(InteractableKind type,
138138
path: Icons.Circle);
139139

140140
Add(InteractableKind.EnemyLunar, 3, 3,
141-
ActiveColor: Color.cyan,
141+
ActiveColor: Color.red,
142142
description: "Lunar enemies",
143143
path: Icons.Circle);
144144

@@ -158,7 +158,7 @@ static void Add(InteractableKind type,
158158
description: "Player, including friends",
159159
path: Icons.Circle);
160160

161-
Add(InteractableKind.Item, 8, 8,
161+
Add(InteractableKind.Item, 3, 3,
162162
ActiveColor: Color.cyan,
163163
InactiveColor: Color.cyan,
164164
description: "Dropped items and lunar coins",

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ Adds a contemporary Minimap to the game.
2323
| Tree Shrine |||
2424
| Combat Shrine |||
2525
| Enemies |||
26+
| Void Enemies |||
27+
| Lunar Enemies |||
2628
| Players |||
2729
| Drones (broken) |||
2830
| Allies (drones) |||
29-
| Void Enemies |||
3031
| Fans/Special |||
3132
| Dropped Items |||
3233
| Newt Altar |||

0 commit comments

Comments
 (0)