Add a teo sprite

This commit is contained in:
2024-10-19 00:54:55 -07:00
parent 31e9784cf3
commit 651a58adf4
5 changed files with 181 additions and 30 deletions

16
Assets/Teo.cs Normal file
View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class Teo : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}