File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 | ❌ | ❌ |
You can’t perform that action at this time.
0 commit comments