mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-22 00:21:31 +00:00
Fixed item from the changelog
This commit is contained in:
parent
13042664b1
commit
305946eca4
1 changed files with 1 additions and 1 deletions
|
@ -19,10 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
- **BREAKING** Buyables now default to an infinite purchase limit
|
- **BREAKING** Buyables now default to an infinite purchase limit
|
||||||
- **BREAKING** devSpeed, playedTime, offlineTime, and diff now use numbers instead of Decimals
|
- **BREAKING** devSpeed, playedTime, offlineTime, and diff now use numbers instead of Decimals
|
||||||
|
- **BREAKING** Achievements and milestones now use watchEffect to check for completion, instead of polling each tick. shouldEarn properties now only accept functions
|
||||||
- Cached more decimal values for optimization
|
- Cached more decimal values for optimization
|
||||||
### Fixed
|
### Fixed
|
||||||
- Many types not being exported
|
- Many types not being exported
|
||||||
- Achievements and milestones now use watchEffect to check for completion, instead of polling each tick
|
|
||||||
- setupHoldToClick wouldn't stop clicking after a component is unmounted
|
- setupHoldToClick wouldn't stop clicking after a component is unmounted
|
||||||
- Header's banner would not have correct width
|
- Header's banner would not have correct width
|
||||||
### Removed
|
### Removed
|
||||||
|
|
Loading…
Reference in a new issue