mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:57:40 +02:00
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"
This commit is contained in:
18
Assets/Scripts/Games/Kitties/CtrTeppanKitty.cs
Normal file
18
Assets/Scripts/Games/Kitties/CtrTeppanKitty.cs
Normal file
@ -0,0 +1,18 @@
|
||||
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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user