This commit is contained in:
2023-06-07 14:48:48 +02:00
parent a10e7c6887
commit 0fab2e305d
598 changed files with 155 additions and 94395 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System;
using UnityEngine;
public enum Colors {
public enum Colors { //maybe change this to a class to add abilites
None = -1,
Grey,
Red,
@@ -29,7 +29,6 @@ public class ColorManager : MonoBehaviour
} else {
toPaint.GetComponent<Renderer>().material.color = colorMaterials[(int)color].color;
}
}
public void CheckGroundColor(GameObject collided) {