TerryCavanagh / VVVVVV

The source code to VVVVVV! http://thelettervsixtim.es/
Other
6.9k stars 553 forks source link

Change `reply` scripting command to `player` color #1156

Closed Daaaav closed 3 months ago

Daaaav commented 4 months ago

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...