Merge Explode + unexplodeButton, make animation

This commit is contained in:
Tim
2025-06-30 23:18:09 +02:00
parent d7959b104d
commit 513ba14147
8 changed files with 52 additions and 425 deletions

View File

@@ -1,6 +1,8 @@
using System;
using UnityEngine;
// THIS IS TAKEN OUT OF A MATH LIBRARY
public static class MathUtil
{
public static float EaseIn(float startNum, float endNum, float pct)