Skip to content

Add additional "helper" text to RNG/QoL Configuration Screens #115

Description

@mrk-han

Version: 1.3.1

Some of the options are kind of confusing for new runners/people new to hades

Low LOE fix would be just adding the text like we currently do (in a textbox below the toggle field):

  CreateTextBox({
    Id = screen.Components["QuickDeathTextBox"].Id,
    Text = "Places Zagreus further into his home upon death ",
    Color = Color.BoonPatchCommon,
    FontSize = 10,
    OffsetX = 0, OffsetY = 22,
    Font = "AlegrayaSansSCRegular",
    ShadowBlur = 0, ShadowColor = { 0, 0, 0, 1 }, ShadowOffset = { 0,  2 },
    Justification = "Left",
  })

The main things that were confusing to me:
Remove Getting Vorime'd
Minibosses: Leaderboard vs Vanilla vs HyperDelivery1 vs HyperDelivery
Specifics of what is Quick Death

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions