Mr Upbeat Animation Setup

This commit is contained in:
Carson Kompon
2022-03-04 15:47:40 -05:00
parent d1bdc2671d
commit 035fbc818b
19 changed files with 703 additions and 0 deletions

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: f22d820fe1dee4e469a337fa3e97fe7b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,29 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
using Starpelly;
using RhythmHeavenMania.Util;
namespace RhythmHeavenMania.Games.MrUpbeat
{
public class MrUpbeat : Minigame
{
[Header("References")]
public GameObject metronome;
public Animator animator;
public Animator blipAnimator;
public GameObject[] shadows;
public static MrUpbeat instance;
private void Awake()
{
instance = this;
}
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: a258517e5332c824a8b81a03036fc2a8
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: