diff --git a/ecs.md b/assets/script/ecs.md similarity index 100% rename from ecs.md rename to assets/script/ecs.md diff --git a/assets/script/ecs.md.meta b/assets/script/ecs.md.meta new file mode 100644 index 00000000..e78e16ae --- /dev/null +++ b/assets/script/ecs.md.meta @@ -0,0 +1,11 @@ +{ + "ver": "1.0.1", + "importer": "text", + "imported": true, + "uuid": "1f3ba9b7-02ad-406f-86b3-895009bcb3e7", + "files": [ + ".json" + ], + "subMetas": {}, + "userData": {} +} diff --git a/assets/script/game/hero/HeroAtk.ts.meta b/assets/script/game/hero/HeroAtkSystem.ts.meta similarity index 70% rename from assets/script/game/hero/HeroAtk.ts.meta rename to assets/script/game/hero/HeroAtkSystem.ts.meta index 07ba222c..da744409 100644 --- a/assets/script/game/hero/HeroAtk.ts.meta +++ b/assets/script/game/hero/HeroAtkSystem.ts.meta @@ -2,7 +2,7 @@ "ver": "4.0.24", "importer": "typescript", "imported": true, - "uuid": "85d8a2e5-f2a1-49b0-9439-fe9e1e98b7d9", + "uuid": "bffb52f1-1843-437d-82ef-88d2d7ee2ec5", "files": [], "subMetas": {}, "userData": {} diff --git a/update-oops-plugin-framework.bat b/update-oops-plugin-framework.bat deleted file mode 100644 index 780769da..00000000 --- a/update-oops-plugin-framework.bat +++ /dev/null @@ -1,15 +0,0 @@ -md extensions -cd extensions - -IF EXIST oops-plugin-framework ( -goto update -) ELSE ( -goto clone -) - -:clone -git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git - -:update -cd oops-plugin-framework -git pull \ No newline at end of file