Oh, boy, there's a lot here.

- Added a functioning Modem.
- Added a destination sign at the Modem's destination location.
- Intro video transcripts are now optional in case files.
- Added a proper endgame handler for round 1.
- Fixed a lot of formatting for text between rounds.
- Fixed a bug that showed the wrong text if all round 3 markers are exhausted.
- Shortened time to detect improperly placed markers by just a bit.
This commit is contained in:
2025-08-18 04:19:21 -04:00
parent c9215f3118
commit 2bf76f34cd
83 changed files with 4431 additions and 326 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public class FloorMapMarker : UdonSharpBehaviour
private VRCPlayerApi _CurrentOwner;
private const int MAX_REPEAT_COLLISION_CHECKS = 3;
private const int MAX_CHECKS_WITH_NO_COLLISIONS = 8;
private const int MAX_CHECKS_WITH_NO_COLLISIONS = 6;
private const float TIME_BETWEEN_REPEAT_COLLISION_CHECKS = 0.15f;