Skip to content

Commit a2d05eb

Browse files
Upgrade to use plugin-metadata
1 parent 8d015b8 commit a2d05eb

File tree

6 files changed

+286
-18
lines changed

6 files changed

+286
-18
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"yaml.schemas": {
3+
"https://raw.githubusercontent.com/comuns-rpgmaker/plugin-metadata/master/schema/plugin-metadata.json": [
4+
"./plugin-metadata.yml",
5+
"./plugin-metadata.yaml",
6+
"./plugin-metadata.json"
7+
]
8+
}
9+
}

header.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
//=============================================================================
2-
// RMMZ - Typescript Plugin Archetype
3-
//=============================================================================
4-
5-
/*:
6-
*
7-
* @target MZ
8-
* @plugindesc Typescript Plugin Archetype.
9-
* @author Comuns
10-
*
11-
* @help Typescript Plugin Archetype.
12-
*
13-
* This is a plugin archetype, it does not provide any functionality, only a
14-
* template for other plugins.
15-
*
16-
*/
17-
181
//=============================================================================
192
// ** NOTICE **
203
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)