Skip to content

Commit

Permalink
Merge pull request #28 from TheShadow45/Death-Ball-Fix
Browse files Browse the repository at this point in the history
Made the deathball spawn in with the red circle
  • Loading branch information
doodlechaos authored Mar 10, 2024
2 parents 812ebac + 5d01cc9 commit d4893ce
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 d4893ce

Please sign in to comment.