TeaWithLucas / Gravitational-Waves

Gravitational Waves Game
MIT License
2 stars 1 forks source link

10 feature/mini map UI #102

Closed KiyanSomji closed 3 years ago

KiyanSomji commented 3 years ago

Why is this merge request being submitted?

The functionality of the mini-map is completed

Added the mini-map camera and border to the game view I also added a script for the camera to be able to follow the player.

What does this merge request add functionality wise?

How has the code been tested?

[ ] Automated tests

[ ] Manual tests (specify what you've done)

Tested interactions with the LIGO and main menu

[ ] New feature (never existed before)

[ ] Feature update (enhancing already existing feature)

[ ] Breaking feature (changes the already existing way of how the process works)

KiyanSomji commented 3 years ago

In order to get the map to follow the player, I need to select the player object however its a object that gets spawned in when I press play. I tested it whilst playing the game and when I drag the player(clone) object it is working fine however I am unsure how to get that into the minimap script when its not starting. Any ideas?

image