Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-30 | 2.8 kB | |
v1.30.0 source code.tar.gz | 2025-06-30 | 11.2 MB | |
v1.30.0 source code.zip | 2025-06-30 | 12.2 MB | |
Totals: 3 Items | 23.4 MB | 0 |
1.30.0
Note: This release has breaking changes. - FIX:
angleTo
andlookAt
should consider parental transformations (#3629). (e6f3d105) - FIX:angleTo
,absoluteAngle
and theangle
setter now returns normalized angles between[-pi, pi]
(#3629). (e6f3d105) - FIX: Delay should work with SpeedEffectControllers (#3618). (bfbb49f5) - FIX: Pass in intended parent to remove (#3626). (7a05f74d) - FIX: Callsuper.onDispose
last and checkmounted
beforesetState
(#3623). (3d2716c1) - FIX: Angled line intersections should work with 32-bit vectors (#3617). (e32bff45) - FIX: PostProcessComponent should size dynamically (#3611). (baecb861) - FEAT: Addtarget
argument toSpawnComponent
(#3635). (3747e1e8) - FEAT: AddspawnCount
toSpawnComponent
(#3634). (f377d7e7) - FEAT: Adding RasterSpriteComponent.fromImage constructor (#3627). (74a84ba7) - FEAT: Implement measure to fix ghost lines and graphical artifacts in Sprites (#3590). (6fd36bc1) - BREAKING FEAT: PassWidgetTester
fortestGolden
prepare function (#3624). (10509326)