Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change reply scripting command to player color #1156

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

Daaaav
Copy link
Contributor

@Daaaav Daaaav commented Feb 29, 2024

Changes:

This is just a small visual fix to an inconsistency with textbox colors in simplified scripting. The reply command is meant to be used for the player, and always correctly positions it above the player, while the say command may be used to generate a cyan textbox that's positioned above a cyan non-player crewmate. However, the color for both textboxes is always cyan, so the reply command doesn't use the (normally identical) player color even though all its other behavior (squeak, position) does. Now that customized textbox colors were added in 2.4 (#910), it's a shame that this distinction isn't made between cyan and player, so this change addresses that (before we're stuck with levels that change cyan but not player).

As discussed with @InfoTeddy, this should be fine to include in a 2.4.2.

Legal Stuff:

By submitting this pull request, I confirm that...

  • My changes may be used in a future commercial release of VVVVVV
  • I will be credited in a CONTRIBUTORS file and the "GitHub Friends"
    section of the credits for all of said releases, but will NOT be compensated
    for these changes unless there is a prior written agreement

This is just a small visual fix to an inconsistency with textbox
colors in simplified scripting. The `reply` command is meant to be
used for the player, and always correctly positions it above the
player, while the `say` command may be used to generate a cyan textbox
that's positioned above a cyan non-player crewmate. However, the color
for both textboxes is always `cyan`, so the `reply` command doesn't use
the (normally identical) `player` color even though all its other
behavior (squeak, position) does. Now that customized textbox colors
were added in 2.4 (TerryCavanagh#910), it's a shame that this distinction isn't
made between `cyan` and `player`, so this change addresses that (before
we're stuck with levels that change `cyan` but not `player`).
@InfoTeddy InfoTeddy self-assigned this Feb 29, 2024
@InfoTeddy InfoTeddy merged commit a9d4389 into TerryCavanagh:master Mar 30, 2024
3 checks passed
@Daaaav Daaaav deleted the reply-player-color branch August 17, 2024 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants