Skip to content

Commit 5054c58

Browse files
AbnormalPoofEliteMasterEric
authored andcommitted
set the default to 1
1 parent de02137 commit 5054c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/funkin/data/stage/StageData.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ typedef StageDataCharacter =
268268
* [1, 1] means the character moves 1:1 with the camera.
269269
* [0.5, 0.5] means the character moves half as much as the camera.
270270
* [0, 0] means the character is not moved.
271-
* @default [0, 0]
271+
* @default [1, 1]
272272
*/
273273
@:optional
274-
@:default([0, 0])
274+
@:default([1, 1])
275275
var scroll:Array<Float>;
276276

277277
/**

0 commit comments

Comments
 (0)