Describe the bug
Judging by the source code of UndertaleRoom.Layer, the effect properties are added in GM 2022.1.
But the recent commit makes the feature treat the LTS 2022 game version as 2022.0, so this results in unreferenced color strings (e.g. #FFFFFFFF), even if they are actually referenced by UndertaleRoom.EffectProperty.
Reproducing steps
- Open UTMT.
- Load the latest "Deltarune" (a GM LTS 2022 game) version, Chapter 5.
- Try to find all references of the "#FFFFFFFF" string.
Setup Details
- UTMT version - 0.9.2.0
Describe the bug
Judging by the source code of
UndertaleRoom.Layer, the effect properties are added in GM 2022.1.But the recent commit makes the feature treat the LTS 2022 game version as 2022.0, so this results in unreferenced color strings (e.g.
#FFFFFFFF), even if they are actually referenced byUndertaleRoom.EffectProperty.Reproducing steps
Setup Details