Skip to content

Commit

Permalink
Merge branch 'develop' into module-stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cyn0x8 authored Feb 18, 2025
2 parents fd2ffd3 + 5054c58 commit 70995ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/data/stage/StageData.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

/**
Expand Down

0 comments on commit 70995ae

Please sign in to comment.