Skip to content
Snippets Groups Projects
Commit b3621203 authored by SIMBE George's avatar SIMBE George
Browse files

Fixed map position

parent b020c208
No related branches found
No related tags found
No related merge requests found
......@@ -603,7 +603,10 @@
map = Instantiate(prefab_map, canva.transform);
if (map != null) {
Debug.Log("Map instantiated successfully");
map.transform.localScale = new Vector3(5, 5, 5); /// Set the scale of the map
map.transform.localScale = new Vector3(1, 1, 1);
// minimap position
map.transform.localPosition = new Vector3(230, -120, 34);
/// Set the scale of the map
//MLSegmentedDimmer.Activate();
/// Add the spheres to the dictionary and list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment