Skip to content

Commit

Permalink
Replace crusty gif with animated webp
Browse files Browse the repository at this point in the history
  • Loading branch information
Longestboi committed Jul 6, 2024
1 parent 7632253 commit 4753d19
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion content/blog/2022/Project-1-gpe338/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ In the `ThreadFunction()`, I put a lock on the code to ensure the function canno

Here is what `counter` looks like in the Unity editor:

{{< centerimg title="Choppy, low-quality gif of count incrementing to 1000 in one second" width="40%" src="./MultiThreadTest.gif" >}}
{{< centerimg title="Choppy, low-quality gif of count incrementing to 1000 in one second" width="50%" src="./MultiThreadTest.webp" >}}

## Conclusion:
It's my first time writing something of this style, and I think I did, at best, ok.
Expand Down

0 comments on commit 4753d19

Please sign in to comment.