ExOK / Celeste64

A game made by the Celeste developers in a week(ish, closer to 2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mismatched Sound Effect Names(?)

steviegt6 opened this issue · comments

Constant fields' names are swapped here:

public const string main_menu_restart_confirm_popup = "event:/sfx/ui/main/restart_cancel";
public const string main_menu_restart_cancel = "event:/sfx/ui/main/restart_confirm_popup";

May or may not result in the incorrect sounds being used, don't know1.

Footnotes

  1. More specifically: I don't know whether how they're used in the source is correct anyway or not.

Huh.... yeah I think these are just wrong and need to be flipped!