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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user