We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de02137 commit 5054c58Copy full SHA for 5054c58
source/funkin/data/stage/StageData.hx
@@ -268,10 +268,10 @@ typedef StageDataCharacter =
268
* [1, 1] means the character moves 1:1 with the camera.
269
* [0.5, 0.5] means the character moves half as much as the camera.
270
* [0, 0] means the character is not moved.
271
- * @default [0, 0]
+ * @default [1, 1]
272
*/
273
@:optional
274
- @:default([0, 0])
+ @:default([1, 1])
275
var scroll:Array<Float>;
276
277
/**
0 commit comments