mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
fix descriptions
This commit is contained in:
parent
e5242f76c7
commit
b4ea7baba4
7 changed files with 25 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue