HeavenStudio/Assets/Scripts/Games/Kitties/CtrTeppanKitty.cs
Bhaos e49c0825c5
Kitties (WIP) (#237)
* Kitties! (Initialization)

* Kitties Sprites Set-up

* Kitties (Placeholder Icon)

* Kitties (SFX added and some work on input)

* Kitties Animation Stuff

* Kitties Idle and Pop In

* Kitties Clap Animations and Inverse Spawn

* More Claps

* Face Claps

* Face Idle (Partially Done) and Mice

* Finished Claps

* Spins Partially Done

* Started On Fish

* Finished Rolls

* Fixed issue where animation flip would override code flip

* Fish Catch Animation Started

* Kitties Inputs Done and Custom Background sorta done

* Changed from "Initialization Only" to "WIP"
2023-01-25 10:29:21 -05:00

19 lines
298 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CtrTeppanKitty : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}