Add world map view
This commit is contained in:
18
Assets/Scripts/UI/WorldMapUI.cs
Normal file
18
Assets/Scripts/UI/WorldMapUI.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
public class WorldMapUI : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
2
Assets/Scripts/UI/WorldMapUI.cs.meta
Normal file
2
Assets/Scripts/UI/WorldMapUI.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3f5605aef187419469548c23842f08da
|
||||
Reference in New Issue
Block a user