Skip to content

Commit

Permalink
never let me commit directly to main ever again
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Nov 2, 2023
1 parent daf6e52 commit d0806f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SCHIZO/Resources/AssetBundles/Assets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace SCHIZO.Resources;

public static class Assets
{
private const int _rnd = -1185798419;
private const int _rnd = -112038177;

private static readonly UnityEngine.AssetBundle _a = ResourceManager.GetAssetBundle("assets");

Expand Down
Binary file modified SCHIZO/Resources/AssetBundles/assets
Binary file not shown.
6 changes: 3 additions & 3 deletions SCHIZO/Sounds/FMODSoundCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ private void PlaySound(FMOD_CustomEmitter emitter = null)

private static VCA GetVCAForBus(string bus)
{
if (bus.Contains("bus:/master/Music")) return VCA.Music;
if (bus.Contains("/all voice/")) return VCA.Voice;
if (bus.StartsWith("/SFX/")) return VCA.Ambient;
if (bus.StartsWith("bus:/master/Music")) return VCA.Music;
if (bus.StartsWith("bus:/master/SFX_for_pause/PDA_pause/all/all voice")) return VCA.Voice;
if (bus.StartsWith("bus:/master/SFX_for_pause/PDA_pause/all/SFX")) return VCA.Ambient;
return VCA.Master;
}

Expand Down
2 changes: 1 addition & 1 deletion Unity/Assets/Tutel/Tutel.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ MonoBehaviour:
onSurfaceMovement: {fileID: 2945450220734416713}
updateTargetInterval: 5
updateTargetRandomInterval: 6
moveVelocity: 6
moveVelocity: 2
moveRadius: 7
moveOnWalls: 0
--- !u!114 &205571466966154798
Expand Down

0 comments on commit d0806f3

Please sign in to comment.