File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Levels/GameObjects/Triggers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
<RepositoryUrl >https://github.com/Folleach/GeometryDashAPI</RepositoryUrl >
12
12
<RepositoryType >git</RepositoryType >
13
13
<PackageTags >api, geometry, dash</PackageTags >
14
- <PackageVersion >0.1.15 </PackageVersion >
14
+ <PackageVersion >0.1.16 </PackageVersion >
15
15
<LangVersion >9</LangVersion >
16
16
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
17
17
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ namespace GeometryDashAPI.Levels.GameObjects.Triggers
7
7
public class MoveTrigger : Trigger
8
8
{
9
9
[ GameProperty ( "51" , 0 , true ) ] public int TargetGroupId { get ; set ; }
10
- [ GameProperty ( "28" , 0 , true ) ] public int MoveX { get ; set ; }
11
- [ GameProperty ( "29" , 0 , true ) ] public int MoveY { get ; set ; }
10
+ [ GameProperty ( "28" , 0 , true ) ] public float MoveX { get ; set ; }
11
+ [ GameProperty ( "29" , 0 , true ) ] public float MoveY { get ; set ; }
12
12
[ GameProperty ( "10" , 0.5f , true ) ] public float Time { get ; set ; } = 0.5f ;
13
13
14
14
public Easing EasingType
You can’t perform that action at this time.
0 commit comments