Skip to content

Commit

Permalink
Fix evil disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed Apr 25, 2024
1 parent bd41ca3 commit 5165847
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 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 = 458845549;
private const int _rnd = -1737235644;

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

Expand Down
Binary file modified SCHIZO/Resources/AssetBundles/assets
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: 621d12f6ed2936842b2fb6ec8f860937, type: 3}
m_Texture: {fileID: 2800000, guid: 6b6f7c878ca9f444e8131d44acc100a3, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
Expand Down

0 comments on commit 5165847

Please sign in to comment.