Add world map view

This commit is contained in:
2024-08-18 18:11:05 +02:00
parent a7fd4a2fb1
commit 4b83793066
8 changed files with 847 additions and 45 deletions

View 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()
{
}
}