mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-02-18 02:22:42 +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:
|
# The Modding Tree changelog:
|
||||||
|
|
||||||
|
- Bars will visually update more quickly.
|
||||||
|
|
||||||
# v2.5.7 - 5/15/21
|
# 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 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.
|
- 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;
|
position: absolute;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-left: -0.5px;
|
margin-left: -0.5px;
|
||||||
|
transition-duration: 0.2s;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlayText {
|
.overlayText {
|
||||||
|
|
Loading…
Add table
Reference in a new issue