Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Step_KeybindsMenu()

void Terraria.GameContent.ChromaHotkeyPainter.Step_KeybindsMenu ( )
inlineprivate

Definition at line 305 of file ChromaHotkeyPainter.cs.

306 {
307 SetGroupColorBase(_wasdKeys, PainterColors.MovementKeys);
308 _jumpKey.SetSolid(PainterColors.MovementKeys);
309 _grappleKey.SetSolid(PainterColors.QuickGrapple);
310 _mountKey.SetSolid(PainterColors.QuickMount);
311 _quickHealAlert = 0;
312 _healKey.SetSolid(PainterColors.QuickHealReady);
313 _manaKey.SetSolid(PainterColors.QuickMana);
314 _throwKey.SetSolid(PainterColors.Throw);
315 _smartCursorKey.SetSolid(PainterColors.SmartCursor);
316 _smartSelectKey.SetSolid(PainterColors.SmartSelect);
317 }
void SetGroupColorBase(List< PaintKey > keys, Color color)

References Terraria.GameContent.ChromaHotkeyPainter._grappleKey, Terraria.GameContent.ChromaHotkeyPainter._healKey, Terraria.GameContent.ChromaHotkeyPainter._jumpKey, Terraria.GameContent.ChromaHotkeyPainter._manaKey, Terraria.GameContent.ChromaHotkeyPainter._mountKey, Terraria.GameContent.ChromaHotkeyPainter._quickHealAlert, Terraria.GameContent.ChromaHotkeyPainter._smartCursorKey, Terraria.GameContent.ChromaHotkeyPainter._smartSelectKey, Terraria.GameContent.ChromaHotkeyPainter._throwKey, Terraria.GameContent.ChromaHotkeyPainter._wasdKeys, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.MovementKeys, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.QuickGrapple, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.QuickHealReady, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.QuickMana, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.QuickMount, Terraria.GameContent.ChromaHotkeyPainter.SetGroupColorBase(), Terraria.GameContent.ChromaHotkeyPainter.PaintKey.SetSolid(), Terraria.GameContent.ChromaHotkeyPainter.PainterColors.SmartCursor, Terraria.GameContent.ChromaHotkeyPainter.PainterColors.SmartSelect, and Terraria.GameContent.ChromaHotkeyPainter.PainterColors.Throw.

Referenced by Terraria.GameContent.ChromaHotkeyPainter.Update().