diff --git a/changelog.md b/changelog.md index f5e0231..c3dd024 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,7 @@ # The Modding Tree changelog: +- Bars will visually update more quickly. + # v2.5.7 - 5/15/21 - Added a particle system! Not only can it be used for visual effects, but particles can interact with the mouse. They could be used to create golden cookies or collectables, for example. - Added marked feature to buyables, clickables, and challenges. By default, stars multi-completion challenges when maxed. diff --git a/style.css b/style.css index 6f4596c..6f9b3ec 100644 --- a/style.css +++ b/style.css @@ -201,6 +201,8 @@ h1, h2, h3, b, input { position: absolute; overflow: hidden; margin-left: -0.5px; + transition-duration: 0.2s; + } .overlayText {