(clinet) feat:添加瓦片地图临时贴图
This commit is contained in:
8
Client/Assets/Scripts/Managers.meta
Normal file
8
Client/Assets/Scripts/Managers.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46c7557d18e116c4082d9f1e7229cbae
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
7
Client/Assets/Scripts/Managers/TileMapManager.cs
Normal file
7
Client/Assets/Scripts/Managers/TileMapManager.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Managers
|
||||
{
|
||||
public class TileMapManager
|
||||
{
|
||||
|
||||
}
|
||||
}
|
3
Client/Assets/Scripts/Managers/TileMapManager.cs.meta
Normal file
3
Client/Assets/Scripts/Managers/TileMapManager.cs.meta
Normal file
@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b9c65bbe278844978d49c3cd26c050ed
|
||||
timeCreated: 1752248825
|
3
Client/Assets/Scripts/Map.meta
Normal file
3
Client/Assets/Scripts/Map.meta
Normal file
@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2d51037491a543d3a3b6da75cdcbaa7c
|
||||
timeCreated: 1752248965
|
21
Client/Assets/Scripts/Map/DoubleMap.cs
Normal file
21
Client/Assets/Scripts/Map/DoubleMap.cs
Normal file
@ -0,0 +1,21 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Tilemaps;
|
||||
|
||||
namespace Map
|
||||
{
|
||||
public class DoubleMap : MonoBehaviour
|
||||
{
|
||||
public Tilemap dataLevel;
|
||||
public Tilemap textureLevel;
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
2
Client/Assets/Scripts/Map/DoubleMap.cs.meta
Normal file
2
Client/Assets/Scripts/Map/DoubleMap.cs.meta
Normal file
@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5e7ec2149bca47f42965dd01c01116cd
|
Reference in New Issue
Block a user