mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-09 05:24:39 -04:00
set the default to 1
This commit is contained in:
parent
de02137d7c
commit
5054c58dca
1 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue