Skip to content

Commit

Permalink
Made the deathball spawnin with a red circle
Browse files Browse the repository at this point in the history
Made the deathball spawn in with a red circle to keep the look uniform
  • Loading branch information
TheShadow45 committed Mar 5, 2024
1 parent 812ebac commit 5d01cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/DeathBall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void InitDB(float retractedDuration)
_rb.isKinematic = false;

_matPropBlock = new MaterialPropertyBlock();
_matPropBlock.SetFloat("_FillAmount", 0);
_matPropBlock.SetFloat("_FillAmount", 1);
_loadingRing.SetPropertyBlock(_matPropBlock);
}

Expand Down

0 comments on commit 5d01cc9

Please sign in to comment.