Merge branch 'develop' into module-stuff

This commit is contained in:
cyn 2025-02-18 11:36:51 -08:00 committed by GitHub
commit 70995ae2e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -268,10 +268,10 @@ typedef StageDataCharacter =
* [1, 1] means the character moves 1:1 with the camera.
* [0.5, 0.5] means the character moves half as much as the camera.
* [0, 0] means the character is not moved.
* @default [0, 0]
* @default [1, 1]
*/
@:optional
@:default([0, 0])
@:default([1, 1])
var scroll:Array<Float>;
/**