bpred754 / Imperium

Real-Time Strategy game written with C# and Unity 3D Game Engine
1 stars 1 forks source link

Create MiniMap #12

Closed bpred754 closed 9 years ago

bpred754 commented 9 years ago

Changes have been committed, however code needs to be refactored. Minimap is being created on the same level as Game, but should be created by the player instance.

bpred754 commented 9 years ago

Minimap cannot be child of Player since its movement would then be dependent on the player's camera. Minimap camera position needs to be static. Moved minimap code into MiniMapManager class.