mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
e74f309bba
* 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"
18 lines
298 B
C#
18 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()
|
|
{
|
|
|
|
}
|
|
}
|