Skip to content

Commit 9e5527f

Browse files
committed
Update CHANGELOG.md
1 parent 423a9e5 commit 9e5527f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ The following changes took place in the Pointer class:
122122
* `Graphics.scale` has been renamed to `Graphics.scaleCanvas` to make it clearer what it's actually scaling (i.e. the drawing buffer, not the Graphics object itself)
123123
* `Graphics.rotate` has been renamed to `Graphics.rotateCanvas` to make it clearer what it's actually rotating (i.e. the drawing buffer, not the Graphics object itself)
124124
* The `width` and `height` of an Arc / Circle Shape Game Object is now set to be the diameter of the arc, not the radius (thanks @rexrainbow)
125+
* `LineStyleCanvas` now takes an `altColor` argument which is used to override the context color.
126+
* `LineStyleCanvas` now takes an `altAlpha` argument which is used to override the context alpha.
127+
* `FillStyleCanvas` now takes an `altAlpha` argument which is used to override the context alpha.
125128

126129
### Bug Fixes
127130

@@ -137,6 +140,7 @@ The following changes took place in the Pointer class:
137140
* `Tilemap.createBlankDynamicLayer` would fail if you provided a string for the tileset as the base tile width and height were incorrectly read from the tileset argument. Fix #4495 (thanks @jppresents)
138141
* `Tilemap.createDynamicLayer` would fail if you called it without setting the `x` and `y` arguments, even though they were flagged as being optional. Fix #4508 (thanks @jackfreak)
139142
* `RenderTexture.draw` didn't work if no `x` and `y` arguments were provided, even though they are optional, due to a problem with the way the frame cut values were added. The class has been refactored to prevent this, fixing issues like `RenderTexture.erase` not working with Groups. Fix #4528 (thanks @jbgomez21 @telinc1)
143+
* The `Grid` Game Object wouldn't render in Canvas mode at all. Fix #4585 (thanks @fyyyyy)
140144

141145
### Examples, Documentation and TypeScript
142146

0 commit comments

Comments
 (0)