Basic plugin structure

This commit is contained in:
Pax1601
2023-09-22 17:58:37 +02:00
parent 2e279b8876
commit 274ce76c2b
11 changed files with 522 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"name": "Control Tip Plugin",
"version": "0.0.1",
"description": "This plugin shows useful control tips on the right side of the screen. The tips change dynamically depending on what the user does",
"author": "Peekaboo"
}