fix descriptions

This commit is contained in:
NotAKidoS 2023-04-26 15:59:38 -05:00
parent e5242f76c7
commit b4ea7baba4
7 changed files with 25 additions and 25 deletions

View file

@ -26,11 +26,11 @@ public class PropUndoButton : MelonMod
internal static List<DeletedProp> deletedProps = new List<DeletedProp>();
// audio clip names, InterfaceAudio adds "PropUndo_" prefix
internal const string sfx_spawn = "PropUndo_sfx_spawn";
internal const string sfx_undo = "PropUndo_sfx_undo";
internal const string sfx_redo = "PropUndo_sfx_redo";
internal const string sfx_warn = "PropUndo_sfx_warn";
internal const string sfx_deny = "PropUndo_sfx_deny";
const string sfx_spawn = "PropUndo_sfx_spawn";
const string sfx_undo = "PropUndo_sfx_undo";
const string sfx_redo = "PropUndo_sfx_redo";
const string sfx_warn = "PropUndo_sfx_warn";
const string sfx_deny = "PropUndo_sfx_deny";
const int redoHistoryLimit = 20; // amount that can be in history at once
const int redoTimeoutLimit = 120; // seconds