mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2025-10-30 21:07:09 +01:00
char parse to sprite
This commit is contained in:
10
Assets/Scripts/CharToSprite.cs
Normal file
10
Assets/Scripts/CharToSprite.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class CharToSprite
|
||||
{
|
||||
[SerializeField]
|
||||
List<Sprite> sprites = new List<Sprite>();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user