RoR2-ChensGradiusMod

Gradius Mod in Risk of Rain 2.

View on GitHub

ChensGradiusMod

Chen.GradiusMod.Items.OptionSeed.OptionSeed

OptionSeed.SetHorizontalOffsetMultiplier(string, float) Method

Sets the horizontal offset multiplier for certain characters since some characters have a larger width than the default value. Horizontal offset default is 0.8f.

public void SetHorizontalOffsetMultiplier(string bodyName, float newValue);

Parameters

bodyName System.String
The CharacterBody name of the character.

newValue System.Single
The multiplier value.