Guibrush / PowerSpheres

An RTS game made with UE4
0 stars 0 forks source link

The crates are represented in the minimap with the geometry instead of having a dynamic icon #36

Open Guibrush opened 4 years ago

Guibrush commented 4 years ago

Every dynamic actor in the game (actors that are meant to be interacted with and are important for the gameplay) should be represented in the minimap by an icon in the same way the units are represented now. The crates from which the player will obtain the spheres are part of that interactive elements. Right now when the minimap is generated the crates appear as part of the geometry of the level instead of an interactive actor. We should add a MapIcon component to the crates and configure it.