Fireworks: More setup

This commit is contained in:
Jenny Crowe
2022-03-13 07:35:22 -07:00
parent ad4a47f45d
commit 95a04168ec
15 changed files with 6166 additions and 19 deletions

View File

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

View File

@ -0,0 +1,23 @@
using RhythmHeavenMania.Util;
using System;
using System.Collections.Generic;
using UnityEngine;
namespace RhythmHeavenMania.Games
{
using Scripts_Fireworks;
public class Fireworks : Minigame
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}

View File

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

View File

@ -0,0 +1,25 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using RhythmHeavenMania.Util;
namespace RhythmHeavenMania.Games.Scripts_Fireworks
{
public class Rocket : PlayerActionObject
{
public bool isSparkler;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}

View File

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