新输入系统

This commit is contained in:
2025-05-11 21:42:24 +08:00
parent e5edaa7bca
commit aadd564c38
20 changed files with 12022 additions and 3525 deletions

View File

@@ -52,7 +52,7 @@ namespace NBF
player.currentGear = new FPlayerGearData();
var gear = player.currentGear;
if (slot == 0)
if (slot == 1)
{
player.lineLength = 3.6f;
gear.Type = GearType.Pole;
@@ -88,7 +88,7 @@ namespace NBF
};
gear.reel = null;
}
else if (slot == 1)
else if (slot == 2)
{
player.lineLength = 0.4f;
gear.Type = GearType.SpinningFloat;
@@ -128,7 +128,7 @@ namespace NBF
configId = 800001
};
}
else if (slot == 2)
else if (slot == 3)
{
player.lineLength = 0.4f;
gear.Type = GearType.Spinning;