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:
parent
d96b81f162
commit
75ca45ac19
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -201,6 +201,8 @@ h1, h2, h3, b, input {
|
|||
position: absolute;
|
||||
overflow: hidden;
|
||||
margin-left: -0.5px;
|
||||
transition-duration: 0.2s;
|
||||
|
||||
}
|
||||
|
||||
.overlayText {
|
||||
|
|
Loading…
Reference in a new issue