1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

Reduced bar transition time

This commit is contained in:
Harley White 2021-05-16 02:02:43 -04:00
parent d96b81f162
commit 75ca45ac19
2 changed files with 4 additions and 0 deletions

View file

@ -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.

View file

@ -201,6 +201,8 @@ h1, h2, h3, b, input {
position: absolute;
overflow: hidden;
margin-left: -0.5px;
transition-duration: 0.2s;
}
.overlayText {