mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-29 16:05:47 +08:00
chore: Remove 1.8.0 deprecations (#2538)
Removes all the deprecated methods before 1.8.0 release.
This commit is contained in:
@ -45,7 +45,7 @@ bounce on will appear.
|
||||
addAll([
|
||||
ScreenHitbox(),
|
||||
CircleComponent(
|
||||
radius: min(camera.canvasSize.x, camera.canvasSize.y) / 2,
|
||||
radius: min(canvasSize.x, canvasSize.y) / 2,
|
||||
paint: boxPaint,
|
||||
children: [CircleHitbox()],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user