Skip to content

Commit

Permalink
Implement better lighter interaction (#616)
Browse files Browse the repository at this point in the history
* Implement better lighter interaction

* Make the particles smaller.

* Fix particle networking
  • Loading branch information
LucasOCastro authored Feb 19, 2021
1 parent 2b47119 commit 8895976
Show file tree
Hide file tree
Showing 7 changed files with 4,924 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Assets/Content/Furniture/NetworkedOpenable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected virtual void Start()
animator = GetComponent<Animator>();
}

private void OnOpenStateChange(object sender, bool e)
protected virtual void OnOpenStateChange(object sender, bool e)
{
openState = e;
UpdateAnimator();
Expand Down
Loading

0 comments on commit 8895976

Please sign in to comment.