add redo button

This commit is contained in:
NotAKidoS 2023-04-12 03:06:46 -05:00
parent d87d4487aa
commit 2c029b1452
5 changed files with 138 additions and 17 deletions

View file

@ -1,7 +1,7 @@
{
"_id": -1,
"name": "PropUndoButton",
"modversion": "1.0.0",
"modversion": "1.0.1",
"gameversion": "2022r170",
"loaderversion": "0.5.7",
"modtype": "Mod",
@ -16,8 +16,8 @@
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidOnSteam/PropUndoButton/releases/download/v1.0.0/PropUndoButton.dll",
"downloadlink": "https://github.com/NotAKidOnSteam/PropUndoButton/releases/download/v1.0.1/PropUndoButton.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/PropUndoButton/",
"changelog": "- Initial Release",
"changelog": "- Initial Release\n- Added redo button.",
"embedcolor": "#00FFFF"
}