input type switcher

This commit is contained in:
2023-05-30 20:14:07 +02:00
parent 8d70560861
commit 58fe57722d
5 changed files with 759 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ public class portal : MonoBehaviour
{
if(other.gameObject.tag.Equals("Player")){
gc.ChangeMaterial(gc.materials[random]);
gc.ModuleColorChange();
//gc.ModuleColorChange();
}
}