Working airplane ability revamp
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using AppleHills.Core.Settings;
|
||||
using Core;
|
||||
using Core;
|
||||
using Core.Settings;
|
||||
using Minigames.Airplane.Data;
|
||||
|
||||
@@ -38,7 +37,9 @@ namespace Minigames.Airplane.Abilities
|
||||
config.abilityIcon,
|
||||
config.cooldownDuration,
|
||||
config.jetSpeed,
|
||||
config.jetAngle
|
||||
config.jetAngle,
|
||||
config.maxActiveDuration,
|
||||
config.cooldownMultiplier
|
||||
);
|
||||
}
|
||||
|
||||
@@ -61,7 +62,8 @@ namespace Minigames.Airplane.Abilities
|
||||
config.abilityIcon,
|
||||
config.cooldownDuration,
|
||||
config.dropForce,
|
||||
config.dropDistance,
|
||||
config.maxActiveDuration,
|
||||
config.cooldownMultiplier,
|
||||
config.zeroHorizontalVelocity
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user