Don't register TPut util as a global unique class

This commit is contained in:
Leroy Hopson 2021-07-02 23:58:25 +07:00
parent ca7def60e8
commit 3759d3a0b9
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
5 changed files with 6 additions and 12 deletions

View file

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Supported Godot version -> 3.3.2.
- Set a default theme if no theme property has been set.
- Changed default font from Cousine to Hack, which is the same as Godot's script editor, and reduced size from 16 to 14.
- TPut no longer registered as a unique global class (i.e. removed `class_name TPut`).
### Fixed
- Don't swap red and blue channels of theme colors.