Prototype modded

This commit is contained in:
GungHolo
2023-05-21 14:50:43 +02:00
parent fbc5e2f34b
commit a10e301731
3 changed files with 214 additions and 459 deletions

View File

@@ -24,9 +24,11 @@ void OnTriggerEnter2D(Collider2D other) {
}
/*
void OnTriggerExit2D(Collider2D other) {
if (other.CompareTag("PressurePlatable")) {
door.SetActive(true);
}
}
*/
}