From f85fe492127a0de1b2411beae9a9817a37955773 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 4 Nov 2021 16:41:44 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 868d8a79c..47f39f6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ Development of this feature was kindly sponsored by Club Penguin Rewritten (http * `Phaser.Scenes.Systems.getStatus` is a new method that will return the current status of the Scene. * `Phaser.Scenes.ScenePlugin.getStatus` is a new method that will return the current status of the given Scene. * `Math.LinearXY` is a new function that will interpolate between 2 given Vector2s and return a new Vector2 as a result (thanks @GregDevProjects) +* `Curves.Path.getCurveAt` is a new method that will return the curve that forms the path at the given location (thanks @natureofcode) ### Geom Updates